Changeset 556 for branches/vendor/nokia/qt/current/examples/examples.pro
- Timestamp:
- Feb 10, 2010, 12:52:55 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/vendor/nokia/qt/current/examples/examples.pro
r2 r556 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 … … 33 55 } 34 56 contains(QT_CONFIG, opengl): SUBDIRS += opengl 57 35 58 contains(QT_CONFIG, dbus): SUBDIRS += dbus 36 win32: !contains(QT_EDITION, OpenSource|Console):SUBDIRS += activeqt59 win32:SUBDIRS += activeqt 37 60 contains(QT_CONFIG, xmlpatterns): SUBDIRS += xmlpatterns 38 61 contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= mainwindows … … 42 65 sources.path = $$[QT_INSTALL_EXAMPLES] 43 66 INSTALLS += sources 67 68
Note:
See TracChangeset
for help on using the changeset viewer.