tools: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT support
[qt-netbsd.git] / qmake / qmake.pro
blob38c58fbe7fee0351bb7b64831eb9cd4b379a673f
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
6 CONFIG += console bootstrap
7 CONFIG -= qt shared app_bundle uic
8 DEFINES += QT_BUILD_QMAKE QT_BOOTSTRAPPED
9 DESTDIR = ../bin/
11 OBJECTS_DIR = .
12 MOC_DIR = .
14 #guts
15 VPATH += $$QT_SOURCE_TREE/src/corelib/global \
16 $$QT_SOURCE_TREE/src/corelib/tools \
17 $$QT_SOURCE_TREE/src/corelib/kernel \
18 $$QT_SOURCE_TREE/src/corelib/plugin \
19 $$QT_SOURCE_TREE/src/corelib/io \
20 $$QT_SOURCE_TREE/src/script
21 INCPATH += generators generators/unix generators/win32 generators/mac \
22 $$QT_SOURCE_TREE/include $$QT_SOURCE_TREE/include/QtCore \
23 $$QT_SOURCE_TREE/qmake $$QT_SOURCE_TREE/include/QtScript
24 include(qmake.pri)