Changeset 846 for trunk/tools/tools.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/tools/tools.pro
r769 r846 1 1 TEMPLATE = subdirs 2 2 3 no-png { 4 message("Some graphics-related tools are unavailable without PNG support") 5 } else { 6 SUBDIRS += assistant \ 7 pixeltool \ 8 porting \ 9 qtestlib \ 10 qttracereplay 11 contains(QT_EDITION, Console) { 12 SUBDIRS += designer/src/uitools # Linguist depends on this 13 } else { 14 SUBDIRS += designer 15 } 16 SUBDIRS += linguist 17 symbian: SUBDIRS = designer 18 wince*: SUBDIRS = qtestlib designer 19 unix:!mac:!embedded:contains(QT_CONFIG, qt3support):SUBDIRS += qtconfig 20 win32:!wince*:SUBDIRS += activeqt 3 !contains(QT_CONFIG, no-gui) { 4 no-png { 5 message("Some graphics-related tools are unavailable without PNG support") 6 } else { 7 symbian { 8 SUBDIRS = designer 9 } else:wince* { 10 SUBDIRS = qtestlib designer 11 } else { 12 SUBDIRS = assistant \ 13 pixeltool \ 14 porting \ 15 qtestlib \ 16 qttracereplay 17 contains(QT_EDITION, Console) { 18 SUBDIRS += designer/src/uitools # Linguist depends on this 19 } else { 20 SUBDIRS += designer 21 } 22 } 23 unix:!mac:!embedded:contains(QT_CONFIG, qt3support):SUBDIRS += qtconfig 24 win32:!wince*:SUBDIRS += activeqt 25 } 26 contains(QT_CONFIG, declarative):SUBDIRS += qml 21 27 } 28 29 22 30 23 31 mac { … … 27 35 embedded:SUBDIRS += kmap2qmap 28 36 29 contains(QT_CONFIG, declarative):SUBDIRS += qmlviewer qmldebugger30 37 contains(QT_CONFIG, dbus):SUBDIRS += qdbus 31 38 # We don't need these command line utilities on embedded platforms. … … 37 44 CONFIG+=ordered 38 45 QTDIR_build:REQUIRES = "contains(QT_CONFIG, full-config)" 46 47 48 49
Note:
See TracChangeset
for help on using the changeset viewer.