Changeset 561 for trunk/examples/graphicsview/graphicsview.pro
- Timestamp:
- Feb 11, 2010, 11:19:06 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/vendor/nokia/qt/4.6.1 merged eligible /branches/vendor/nokia/qt/current merged eligible /branches/vendor/trolltech/qt/current 3-149
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/examples/graphicsview/graphicsview.pro
r2 r561 1 TEMPLATE = \ 2 subdirs 1 TEMPLATE = subdirs 3 2 SUBDIRS = \ 4 3 elasticnodes \ 5 4 collidingmice \ 5 6 7 8 6 9 diagramscene \ 7 10 dragdroprobot \ 8 padnavigator \ 9 basicgraphicslayouts 11 flowlayout \ 12 anchorlayout \ 13 weatheranchorlayout 10 14 11 15 contains(QT_CONFIG, qt3support):SUBDIRS += portedcanvas portedasteroids 12 contains(DEFINES, QT_NO_CURSOR) : SUBDIRS -= dragdroprobot16 contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= dragdroprobot 13 17 14 18 # install … … 17 21 sources.path = $$[QT_INSTALL_EXAMPLES]/graphicsview 18 22 INSTALLS += target sources 23 24
Note:
See TracChangeset
for help on using the changeset viewer.