Changeset 93 for trunk/src


Ignore:
Timestamp:
May 1, 2006, 11:16:33 PM (19 years ago)
Author:
dmik
Message:

GNUMAKE backend:

  • Added the internal qmake variable QMAKE_DEFINES_QT (similar to DEFINES but effective only when qt, qtinc or build_qt is present in CONFIG).

Configure script:

  • Mandatory Qt defines are moved from the .qtos2defines file to the generated .qtos2config file (this makes usage of QMAKE_DEFINES_QT).
  • Added the ability to specify a list of custom Qt defines (also using QMAKE_DEFINES_QT).
  • When a custom build is performed, the .qtbuild file is automatically deleted (if exists) to avoid confusion.
  • no_mocdepend is always added to CONFIG in .qtos2config to prevent generated moc sources from being dependent on the moc executable (quite useless).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/qt.pro

    r86 r93  
    178178shared:os2:qt_official_build {
    179179        TARGET = qt$$split(VERSION,.,)
    180         system( echo QMAKE_QT_DLL_TARGET = $$TARGET > ..\.build )
     180        system( echo QMAKE_QT_DLL_TARGET = $$TARGET > ..\.qtbuild )
    181181} else {
    182182        TARGET = $$QMAKE_QT_DLL_TARGET
Note: See TracChangeset for help on using the changeset viewer.