Changeset 513 for trunk/projects.pro


Ignore:
Timestamp:
Feb 4, 2010, 1:25:34 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

qmake: Revert to a static build that doesn't depend on Qt DLLs to simplify the build process (other tools like moc.exe are static too so it makes even less sense to put the dependency on one of them).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/projects.pro

    r413 r513  
    1515       QT_BUILD_PARTS = tools $$QT_BUILD_PARTS
    1616   }
    17    os2:contains(QT_BUILD_PARTS, qmake) {
    18        # non-bootstrapped qmake needs libs so don't put it before
    19        QT_BUILD_PARTS -= qmake
    20        QT_BUILD_PARTS = qmake $$QT_BUILD_PARTS
    21    }
    2217   contains(QT_BUILD_PARTS, libs) {
    2318       QT_BUILD_PARTS -= libs
    2419       QT_BUILD_PARTS = libs $$QT_BUILD_PARTS
    2520   }
    26    !os2:contains(QT_BUILD_PARTS, qmake) {
     21   contains(QT_BUILD_PARTS, qmake) {
    2722       QT_BUILD_PARTS -= qmake
    2823       QT_BUILD_PARTS = qmake $$QT_BUILD_PARTS
     
    4540       contains(QT_BUILD_PARTS, tools):include(translations/translations.pri)
    4641    } else:isEqual(PROJECT, qmake) {
    47        os2:SUBDIRS += qmake
     42       SUBDIRS += qmake
    4843    } else {
    4944       message(Unknown PROJECT: $$PROJECT)
Note: See TracChangeset for help on using the changeset viewer.