Changeset 406 for trunk/qmake/qmake.pri


Ignore:
Timestamp:
Dec 10, 2009, 12:56:17 AM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

qmake: Build qmake second time after building all DLLs using its .pro and link it to Qt DLLs on OS/2 (this became possible after the fix in #405). This greatly reduces its size and finally fixes the national characters in the date printed in the generarted Makefile headers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/qmake/qmake.pri

    r389 r406  
    11CONFIG += depend_includepath
    2 
    3 QMAKE_INCREMENTAL =
    4 SKIP_DEPENDS += qconfig.h qmodules.h
    5 DEFINES += QT_NO_TEXTCODEC QT_NO_LIBRARY QT_NO_STL QT_NO_COMPRESS QT_NO_UNICODETABLES \
    6            QT_NO_GEOM_VARIANT QT_NO_DATASTREAM
    72
    83#qmake code
     
    2924
    3025bootstrap { #Qt code
     26   QMAKE_INCREMENTAL =
     27   SKIP_DEPENDS += qconfig.h qmodules.h
     28   DEFINES += QT_NO_TEXTCODEC QT_NO_LIBRARY QT_NO_STL QT_NO_COMPRESS QT_NO_UNICODETABLES \
     29              QT_NO_GEOM_VARIANT QT_NO_DATASTREAM
    3130   DEFINES+=QT_NODLL QT_NO_THREAD
    3231   SOURCES+= \
Note: See TracChangeset for help on using the changeset viewer.