Changeset 844 for branches/vendor/nokia/qt/current/examples/examples.pro
- Timestamp:
- May 3, 2011, 4:49:08 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/vendor/nokia/qt/current/examples/examples.pro
r767 r844 1 1 TEMPLATE = subdirs 2 2 SUBDIRS = \ 3 4 5 6 7 8 9 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 28 33 29 34 symbian: SUBDIRS = \ … … 41 46 xml 42 47 43 contains(QT_CONFIG, multimedia) {48 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_BUILD_PARTS, tools):SUBDIRS += designer 58 qtestlib help 55 59 } else { 56 contains(QT_BUILD_PARTS, tools):SUBDIRS += qtestlib60 ):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 61 66 win32: SUBDIRS += activeqt 62 contains(QT_CONFIG, xmlpatterns): SUBDIRS += xmlpatterns67 contains(QT_CONFIG, xmlpatterns): SUBDIRS += xmlpatterns 63 68 contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= mainwindows 69 64 70 65 71 # install
Note:
See TracChangeset
for help on using the changeset viewer.