source: branches/vendor/nokia/qt/current/qmake/qmake.pro@ 890

Last change on this file since 890 was 844, checked in by Dmitry A. Kuminov, 15 years ago

vendor: Imported qt-everywhere-opensource-src-4.7.2 from Nokia (excluding doc/html and doc/qch dirs generated from doc/src, and imports and templates dirs which are emtpy).

File size: 1.1 KB
Line 
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
6CONFIG += console bootstrap
7CONFIG -= qt shared app_bundle uic
8DEFINES += QT_BUILD_QMAKE QT_BOOTSTRAPPED
9DESTDIR = ../bin/
10
11OBJECTS_DIR = .
12MOC_DIR = .
13
14#guts
15VPATH += $$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/codecs \
19 $$QT_SOURCE_TREE/src/corelib/plugin \
20 $$QT_SOURCE_TREE/src/corelib/xml \
21 $$QT_SOURCE_TREE/src/corelib/io
22INCLUDEPATH += . \
23 generators \
24 generators/unix \
25 generators/win32 \
26 generators/mac \
27 generators/symbian \
28 $$QT_SOURCE_TREE/include \
29 $$QT_SOURCE_TREE/include/QtCore \
30 $$QT_SOURCE_TREE/qmake
31
32VPATH += $$QT_SOURCE_TREE/tools/shared
33INCLUDEPATH += $$QT_SOURCE_TREE/tools/shared
34
35include(qmake.pri)
36
Note: See TracBrowser for help on using the repository browser.