Changeset 561 for trunk/examples/examples.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/examples.pro
r540 r561 1 1 TEMPLATE = subdirs 2 2 SUBDIRS = \ 3 3 4 desktop \ 4 5 dialogs \ 5 6 draganddrop \ 7 6 8 graphicsview \ 7 9 ipc \ … … 15 17 richtext \ 16 18 sql \ 19 17 20 threads \ 18 21 tools \ … … 21 24 uitools \ 22 25 xml \ 23 script 26 multitouch \ 27 gestures 28 29 symbian: SUBDIRS = \ 30 graphicsview \ 31 itemviews \ 32 network \ 33 painting \ 34 widgets \ 35 draganddrop \ 36 mainwindows \ 37 sql \ 38 uitools \ 39 xml 40 41 contains(QT_CONFIG, multimedia) { 42 SUBDIRS += multimedia 43 } 44 45 contains(QT_CONFIG, script): SUBDIRS += script 24 46 25 47 contains(QT_CONFIG, phonon):!static: SUBDIRS += phonon 26 48 contains(QT_CONFIG, webkit): SUBDIRS += webkit 27 49 embedded:SUBDIRS += qws 28 !wince*: {50 !wince*: { 29 51 !contains(QT_EDITION, Console):contains(QT_BUILD_PARTS, tools):SUBDIRS += designer 30 52 contains(QT_BUILD_PARTS, tools):SUBDIRS += assistant qtestlib help … … 34 56 } 35 57 contains(QT_CONFIG, opengl): SUBDIRS += opengl 58 36 59 contains(QT_CONFIG, dbus): SUBDIRS += dbus 37 win32: !contains(QT_EDITION, OpenSource|Console):SUBDIRS += activeqt60 win32:SUBDIRS += activeqt 38 61 contains(QT_CONFIG, xmlpatterns): SUBDIRS += xmlpatterns 39 62 contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= mainwindows … … 43 66 sources.path = $$[QT_INSTALL_EXAMPLES] 44 67 INSTALLS += sources 68 69
Note:
See TracChangeset
for help on using the changeset viewer.