repurpose deprecated -E switch
[profile/ivi/qtbase.git] / qmake / qmake.pro
1 #This is a project file for building qmake, of course it presents a problem -
2 # it is very hard to make qmake build this, when qmake is the thing it builds,
3 #once you are boot strapped though, the qmake.pro will offer better coverage of a
4 #platform than either of the generic makefiles
5
6 option(host_build)
7 CONFIG += console bootstrap
8 CONFIG -= qt shared app_bundle uic
9 DEFINES += QT_BUILD_QMAKE QT_BOOTSTRAPPED
10 DESTDIR = ../bin/
11
12 OBJECTS_DIR = .
13 MOC_DIR = .
14
15 #guts
16 VPATH += $$QT_SOURCE_TREE/src/corelib/global \
17          $$QT_SOURCE_TREE/src/corelib/tools \
18          $$QT_SOURCE_TREE/src/corelib/kernel \
19          $$QT_SOURCE_TREE/src/corelib/codecs \
20          $$QT_SOURCE_TREE/src/corelib/plugin \
21          $$QT_SOURCE_TREE/src/corelib/xml \
22          $$QT_SOURCE_TREE/src/corelib/io
23 INCLUDEPATH += . \
24            generators \
25            generators/unix \
26            generators/win32 \
27            generators/mac \
28            generators/integrity \
29            $$QT_SOURCE_TREE/include \
30            $$QT_SOURCE_TREE/include/QtCore \
31            $$QT_SOURCE_TREE/include/QtCore/$$QT_VERSION \
32            $$QT_SOURCE_TREE/include/QtCore/$$QT_VERSION/QtCore \
33            $$QT_SOURCE_TREE/qmake
34
35 include(qmake.pri)