Changeset 561 for trunk/tools/tools.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/tools/tools.pro
r475 r561 7 7 pixeltool \ 8 8 porting \ 9 qtestlib 9 qtestlib \ 10 qttracereplay 10 11 contains(QT_EDITION, Console) { 11 12 SUBDIRS += designer/src/uitools # Linguist depends on this … … 14 15 } 15 16 SUBDIRS += linguist 17 16 18 wince*: SUBDIRS = qtestlib designer 17 19 unix:!mac:!embedded:contains(QT_CONFIG, qt3support):SUBDIRS += qtconfig 18 win32:!wince*: !contains(QT_EDITION, OpenSource|Console):SUBDIRS += activeqt20 win32:!wince*:SUBDIRS += activeqt 19 21 } 20 22 … … 23 25 } 24 26 27 28 29 25 30 contains(QT_CONFIG, dbus):SUBDIRS += qdbus 26 !wince*:contains(QT_CONFIG, xmlpatterns): SUBDIRS += xmlpatterns 31 !wince*:contains(QT_CONFIG, xmlpatterns): SUBDIRS += xmlpatterns 27 32 embedded: SUBDIRS += makeqpf 33 34 28 35 29 36 CONFIG+=ordered
Note:
See TracChangeset
for help on using the changeset viewer.