Last change
on this file since 987 was 987, checked in by Dmitry A. Kuminov, 14 years ago |
Reverted "INCLUDEPATH += ." changes unnecessary after r981.
Reverts r493, r520, r584, r653. This restores the original contents
of the .pro files (as in vendor).
|
File size:
1.2 KB
|
Rev | Line | |
---|
[2] | 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 |
|
---|
[513] | 6 | CONFIG += console bootstrap
|
---|
| 7 | CONFIG -= qt shared app_bundle uic
|
---|
| 8 | DEFINES += QT_BUILD_QMAKE QT_BOOTSTRAPPED
|
---|
[2] | 9 | DESTDIR = ../bin/
|
---|
| 10 |
|
---|
[513] | 11 | OBJECTS_DIR = .
|
---|
| 12 | MOC_DIR = .
|
---|
| 13 |
|
---|
[2] | 14 | #guts
|
---|
| 15 | VPATH += $$QT_SOURCE_TREE/src/corelib/global \
|
---|
| 16 | $$QT_SOURCE_TREE/src/corelib/tools \
|
---|
| 17 | $$QT_SOURCE_TREE/src/corelib/kernel \
|
---|
[561] | 18 | $$QT_SOURCE_TREE/src/corelib/codecs \
|
---|
[2] | 19 | $$QT_SOURCE_TREE/src/corelib/plugin \
|
---|
[769] | 20 | $$QT_SOURCE_TREE/src/corelib/xml \
|
---|
| 21 | $$QT_SOURCE_TREE/src/corelib/io
|
---|
[987] | 22 | INCLUDEPATH += \
|
---|
[846] | 23 | generators \
|
---|
[769] | 24 | generators/unix \
|
---|
| 25 | generators/win32 \
|
---|
| 26 | generators/mac \
|
---|
| 27 | generators/symbian \
|
---|
| 28 | generators/os2 \
|
---|
[983] | 29 | $$QT_BUILD_TREE/include \
|
---|
| 30 | $$QT_BUILD_TREE/include/QtCore \
|
---|
| 31 | $$QT_BUILD_TREE/src/corelib/global
|
---|
[769] | 32 |
|
---|
| 33 | VPATH += $$QT_SOURCE_TREE/tools/shared
|
---|
[846] | 34 | INCLUDEPATH += $$QT_SOURCE_TREE/tools/shared
|
---|
[769] | 35 |
|
---|
[2] | 36 | include(qmake.pri)
|
---|
| 37 |
|
---|
[527] | 38 | target.path=$$[QT_INSTALL_BINS]
|
---|
| 39 | INSTALLS += target
|
---|
[389] | 40 | include(../src/qt_targets.pri)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.