author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
Thu, 08 Apr 2010 14:19:33 +0300 | |
branch | RCL_3 |
changeset 7 | 3f74d0d4af4c |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 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 |
CONFIG += console bootstrap |
|
7 |
CONFIG -= qt shared app_bundle uic |
|
8 |
DEFINES += QT_BUILD_QMAKE QT_BOOTSTRAPPED |
|
9 |
DESTDIR = ../bin/ |
|
10 |
||
11 |
OBJECTS_DIR = . |
|
12 |
MOC_DIR = . |
|
13 |
||
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/codecs \ |
|
19 |
$$QT_SOURCE_TREE/src/corelib/plugin \ |
|
7
3f74d0d4af4c
qt:70947f0f93d948bc89b3b43d00da758a51f1ef84
Eckhart Koeppen <eckhart.koppen@nokia.com>
parents:
0
diff
changeset
|
20 |
$$QT_SOURCE_TREE/src/corelib/xml \ |
3f74d0d4af4c
qt:70947f0f93d948bc89b3b43d00da758a51f1ef84
Eckhart Koeppen <eckhart.koppen@nokia.com>
parents:
0
diff
changeset
|
21 |
$$QT_SOURCE_TREE/src/corelib/io |
3f74d0d4af4c
qt:70947f0f93d948bc89b3b43d00da758a51f1ef84
Eckhart Koeppen <eckhart.koppen@nokia.com>
parents:
0
diff
changeset
|
22 |
INCPATH += generators \ |
3f74d0d4af4c
qt:70947f0f93d948bc89b3b43d00da758a51f1ef84
Eckhart Koeppen <eckhart.koppen@nokia.com>
parents:
0
diff
changeset
|
23 |
generators/unix \ |
3f74d0d4af4c
qt:70947f0f93d948bc89b3b43d00da758a51f1ef84
Eckhart Koeppen <eckhart.koppen@nokia.com>
parents:
0
diff
changeset
|
24 |
generators/win32 \ |
3f74d0d4af4c
qt:70947f0f93d948bc89b3b43d00da758a51f1ef84
Eckhart Koeppen <eckhart.koppen@nokia.com>
parents:
0
diff
changeset
|
25 |
generators/mac \ |
3f74d0d4af4c
qt:70947f0f93d948bc89b3b43d00da758a51f1ef84
Eckhart Koeppen <eckhart.koppen@nokia.com>
parents:
0
diff
changeset
|
26 |
generators/symbian \ |
3f74d0d4af4c
qt:70947f0f93d948bc89b3b43d00da758a51f1ef84
Eckhart Koeppen <eckhart.koppen@nokia.com>
parents:
0
diff
changeset
|
27 |
$$QT_SOURCE_TREE/include \ |
3f74d0d4af4c
qt:70947f0f93d948bc89b3b43d00da758a51f1ef84
Eckhart Koeppen <eckhart.koppen@nokia.com>
parents:
0
diff
changeset
|
28 |
$$QT_SOURCE_TREE/include/QtCore \ |
3f74d0d4af4c
qt:70947f0f93d948bc89b3b43d00da758a51f1ef84
Eckhart Koeppen <eckhart.koppen@nokia.com>
parents:
0
diff
changeset
|
29 |
$$QT_SOURCE_TREE/qmake |
3f74d0d4af4c
qt:70947f0f93d948bc89b3b43d00da758a51f1ef84
Eckhart Koeppen <eckhart.koppen@nokia.com>
parents:
0
diff
changeset
|
30 |
|
3f74d0d4af4c
qt:70947f0f93d948bc89b3b43d00da758a51f1ef84
Eckhart Koeppen <eckhart.koppen@nokia.com>
parents:
0
diff
changeset
|
31 |
VPATH += $$QT_SOURCE_TREE/tools/shared |
3f74d0d4af4c
qt:70947f0f93d948bc89b3b43d00da758a51f1ef84
Eckhart Koeppen <eckhart.koppen@nokia.com>
parents:
0
diff
changeset
|
32 |
INCPATH += $$QT_SOURCE_TREE/tools/shared |
3f74d0d4af4c
qt:70947f0f93d948bc89b3b43d00da758a51f1ef84
Eckhart Koeppen <eckhart.koppen@nokia.com>
parents:
0
diff
changeset
|
33 |
|
0 | 34 |
include(qmake.pri) |
35 |