source: trunk/examples/graphicsview/graphicsview.pro@ 640

Last change on this file since 640 was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

File size: 785 bytes
Line 
1TEMPLATE = subdirs
2SUBDIRS = \
3 elasticnodes \
4 collidingmice \
5 padnavigator \
6 basicgraphicslayouts
7
8!symbian: SUBDIRS += \
9 diagramscene \
10 dragdroprobot \
11 flowlayout \
12 anchorlayout \
13 weatheranchorlayout
14
15contains(QT_CONFIG, qt3support):SUBDIRS += portedcanvas portedasteroids
16contains(DEFINES, QT_NO_CURSOR)|contains(DEFINES, QT_NO_DRAGANDDROP): SUBDIRS -= dragdroprobot
17
18# install
19target.path = $$[QT_INSTALL_EXAMPLES]/graphicsview
20sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS graphicsview.pro README
21sources.path = $$[QT_INSTALL_EXAMPLES]/graphicsview
22INSTALLS += target sources
23
24symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
Note: See TracBrowser for help on using the repository browser.