Changeset 846 for trunk/examples/examples.pro
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/examples/examples.pro
r769 r846 1 1 TEMPLATE = subdirs 2 2 SUBDIRS = \ 3 network \ 4 statemachine \ 5 threads \ 6 xml 7 8 !contains(QT_CONFIG, no-gui) { 9 SUBDIRS += \ 3 10 animation \ 4 11 desktop \ … … 12 19 linguist \ 13 20 mainwindows \ 14 network \15 21 painting \ 16 qtconcurrent \17 22 richtext \ 18 23 sql \ 19 statemachine \20 threads \21 24 tools \ 22 25 tutorials \ 23 26 widgets \ 24 27 uitools \ 25 xml \ 26 multitouch \ 28 touch \ 27 29 gestures 30 } 31 32 contains(QT_CONFIG, webkit):SUBDIRS += webkit 28 33 29 34 symbian: SUBDIRS = \ … … 41 46 xml 42 47 43 contains(QT_CONFIG, multimedia) {48 !contains(QT_CONFIG, no-gui):contains(QT_CONFIG, multimedia) { 44 49 SUBDIRS += multimedia 45 50 } … … 48 53 49 54 contains(QT_CONFIG, phonon):!static: SUBDIRS += phonon 50 contains(QT_CONFIG, webkit): SUBDIRS += webkit51 55 embedded:SUBDIRS += qws 52 56 !wince*:!symbian: { 53 !contains(QT_EDITION, Console):contains(QT_BUILD_PARTS, tools):SUBDIRS += designer54 contains(QT_BUILD_PARTS, tools):SUBDIRS += assistantqtestlib help57 !contains(QT_EDITION, Console):!contains(QT_CONFIG, no-gui):contains(QT_BUILD_PARTS, tools):SUBDIRS += designer 58 contains(QT_BUILD_PARTS, tools):!contains(QT_CONFIG, no-gui):SUBDIRS += qtestlib help 55 59 } else { 56 contains(QT_BUILD_PARTS, tools):SUBDIRS += qtestlib60 contains(QT_BUILD_PARTS, tools):!contains(QT_CONFIG, no-gui):SUBDIRS += qtestlib 57 61 } 58 62 contains(QT_CONFIG, opengl): SUBDIRS += opengl 59 63 contains(QT_CONFIG, openvg): SUBDIRS += openvg 60 64 contains(QT_CONFIG, dbus): SUBDIRS += dbus 65 contains(QT_CONFIG, declarative): SUBDIRS += declarative 61 66 win32: SUBDIRS += activeqt 62 contains(QT_CONFIG, xmlpatterns): SUBDIRS += xmlpatterns67 contains(QT_CONFIG, xmlpatterns):!contains(QT_CONFIG, no-gui): SUBDIRS += xmlpatterns 63 68 contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= mainwindows 69 contains(QT_CONFIG, concurrent): SUBDIRS += qtconcurrent 64 70 65 71 # install
Note:
See TracChangeset
for help on using the changeset viewer.