Changeset 413
- Timestamp:
- Dec 10, 2009, 10:34:42 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/projects.pro
r412 r413 11 11 QT_BUILD_PARTS = libs tools examples demos docs translations 12 12 } else { #make sure the order makes sense 13 14 15 16 13 17 os2:contains(QT_BUILD_PARTS, qmake) { 14 18 # non-bootstrapped qmake needs libs so don't put it before 15 19 QT_BUILD_PARTS -= qmake 16 20 QT_BUILD_PARTS = qmake $$QT_BUILD_PARTS 17 }18 contains(QT_BUILD_PARTS, tools) {19 QT_BUILD_PARTS -= tools20 QT_BUILD_PARTS = tools $$QT_BUILD_PARTS21 21 } 22 22 contains(QT_BUILD_PARTS, libs) {
Note:
See TracChangeset
for help on using the changeset viewer.