Changeset 413


Ignore:
Timestamp:
Dec 10, 2009, 10:34:42 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

projects.pro: Better order for qmake.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/projects.pro

    r412 r413  
    1111   QT_BUILD_PARTS = libs tools examples demos docs translations
    1212} else { #make sure the order makes sense
     13
     14
     15
     16
    1317   os2:contains(QT_BUILD_PARTS, qmake) {
    1418       # non-bootstrapped qmake needs libs so don't put it before
    1519       QT_BUILD_PARTS -= qmake
    1620       QT_BUILD_PARTS = qmake $$QT_BUILD_PARTS
    17    }
    18    contains(QT_BUILD_PARTS, tools) {
    19        QT_BUILD_PARTS -= tools
    20        QT_BUILD_PARTS = tools $$QT_BUILD_PARTS
    2121   }
    2222   contains(QT_BUILD_PARTS, libs) {
Note: See TracChangeset for help on using the changeset viewer.