Changeset 412 for trunk/projects.pro
- Timestamp:
- Dec 10, 2009, 10:30:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/projects.pro
r406 r412 11 11 QT_BUILD_PARTS = libs tools examples demos docs translations 12 12 } else { #make sure the order makes sense 13 14 15 16 17 13 18 contains(QT_BUILD_PARTS, tools) { 14 19 QT_BUILD_PARTS -= tools … … 19 24 QT_BUILD_PARTS = libs $$QT_BUILD_PARTS 20 25 } 21 contains(QT_BUILD_PARTS, qmake) {26 contains(QT_BUILD_PARTS, qmake) { 22 27 QT_BUILD_PARTS -= qmake 23 28 QT_BUILD_PARTS = qmake $$QT_BUILD_PARTS
Note:
See TracChangeset
for help on using the changeset viewer.