Changeset 513 for trunk/qmake/qmake.pro
- Timestamp:
- Feb 4, 2010, 1:25:34 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/qmake/qmake.pro
r445 r513 4 4 #platform than either of the generic makefiles 5 5 6 os2 { 7 # using this .pro, we build non-bootstrapped qmake which links to Qt DLLs 8 CONFIG += console 9 CONFIG -= uic 10 } else { 11 CONFIG += console bootstrap 12 CONFIG -= qt shared app_bundle uic 13 DEFINES += QT_BUILD_QMAKE QT_BOOTSTRAPPED 14 OBJECTS_DIR = . 15 MOC_DIR = . 16 } 6 CONFIG += console bootstrap 7 CONFIG -= qt shared app_bundle uic 8 DEFINES += QT_BUILD_QMAKE QT_BOOTSTRAPPED 17 9 DESTDIR = ../bin/ 10 11 12 18 13 19 14 #guts
Note:
See TracChangeset
for help on using the changeset viewer.