Changeset 406 for trunk/qmake/qmake.pri
- Timestamp:
- Dec 10, 2009, 12:56:17 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/qmake/qmake.pri
r389 r406 1 1 CONFIG += depend_includepath 2 3 QMAKE_INCREMENTAL =4 SKIP_DEPENDS += qconfig.h qmodules.h5 DEFINES += QT_NO_TEXTCODEC QT_NO_LIBRARY QT_NO_STL QT_NO_COMPRESS QT_NO_UNICODETABLES \6 QT_NO_GEOM_VARIANT QT_NO_DATASTREAM7 2 8 3 #qmake code … … 29 24 30 25 bootstrap { #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 31 30 DEFINES+=QT_NODLL QT_NO_THREAD 32 31 SOURCES+= \
Note:
See TracChangeset
for help on using the changeset viewer.