author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
Thu, 08 Apr 2010 14:19:33 +0300 | |
branch | RCL_3 |
changeset 8 | 3f74d0d4af4c |
parent 0 | 1918ee327afb |
child 14 | c0432d11811c |
permissions | -rw-r--r-- |
0 | 1 |
CONFIG += depend_includepath |
2 |
||
3 |
QMAKE_INCREMENTAL = |
|
4 |
SKIP_DEPENDS += qconfig.h qmodules.h |
|
5 |
DEFINES += QT_NO_TEXTCODEC QT_NO_LIBRARY QT_NO_STL QT_NO_COMPRESS QT_NO_UNICODETABLES \ |
|
6 |
QT_NO_GEOM_VARIANT QT_NO_DATASTREAM |
|
7 |
||
8 |
#qmake code |
|
9 |
SOURCES += project.cpp property.cpp main.cpp generators/makefile.cpp \ |
|
10 |
generators/unix/unixmake2.cpp generators/unix/unixmake.cpp meta.cpp \ |
|
11 |
option.cpp generators/win32/winmakefile.cpp generators/win32/mingw_make.cpp \ |
|
12 |
generators/makefiledeps.cpp generators/metamakefile.cpp generators/mac/pbuilder_pbx.cpp \ |
|
13 |
generators/xmloutput.cpp generators/win32/borland_bmake.cpp \ |
|
14 |
generators/win32/msvc_nmake.cpp generators/projectgenerator.cpp \ |
|
15 |
generators/win32/msvc_dsp.cpp generators/win32/msvc_vcproj.cpp \ |
|
16 |
generators/win32/msvc_objectmodel.cpp \ |
|
17 |
generators/symbian/symmake.cpp \ |
|
18 |
generators/symbian/symmake_abld.cpp \ |
|
19 |
generators/symbian/symmake_sbsv2.cpp \ |
|
8
3f74d0d4af4c
qt:70947f0f93d948bc89b3b43d00da758a51f1ef84
Eckhart Koeppen <eckhart.koppen@nokia.com>
parents:
0
diff
changeset
|
20 |
generators/symbian/initprojectdeploy_symbian.cpp \ |
3f74d0d4af4c
qt:70947f0f93d948bc89b3b43d00da758a51f1ef84
Eckhart Koeppen <eckhart.koppen@nokia.com>
parents:
0
diff
changeset
|
21 |
windows/registry.cpp \ |
3f74d0d4af4c
qt:70947f0f93d948bc89b3b43d00da758a51f1ef84
Eckhart Koeppen <eckhart.koppen@nokia.com>
parents:
0
diff
changeset
|
22 |
symbian/epocroot.cpp |
0 | 23 |
|
24 |
HEADERS += project.h property.h generators/makefile.h \ |
|
25 |
generators/unix/unixmake.h meta.h option.h cachekeys.h \ |
|
26 |
generators/win32/winmakefile.h generators/projectgenerator.h \ |
|
27 |
generators/makefiledeps.h generators/metamakefile.h generators/mac/pbuilder_pbx.h \ |
|
28 |
generators/xmloutput.h generators/win32/borland_bmake.h generators/win32/msvc_nmake.h \ |
|
29 |
generators/win32/msvc_dsp.h generators/win32/msvc_vcproj.h \ |
|
30 |
generators/win32/mingw_make.h generators/win32/msvc_objectmodel.h \ |
|
31 |
generators/symbian/symmake.h \ |
|
32 |
generators/symbian/symmake_abld.h \ |
|
33 |
generators/symbian/symmake_sbsv2.h \ |
|
8
3f74d0d4af4c
qt:70947f0f93d948bc89b3b43d00da758a51f1ef84
Eckhart Koeppen <eckhart.koppen@nokia.com>
parents:
0
diff
changeset
|
34 |
generators/symbian/initprojectdeploy_symbian.h \ |
3f74d0d4af4c
qt:70947f0f93d948bc89b3b43d00da758a51f1ef84
Eckhart Koeppen <eckhart.koppen@nokia.com>
parents:
0
diff
changeset
|
35 |
windows/registry.h \ |
3f74d0d4af4c
qt:70947f0f93d948bc89b3b43d00da758a51f1ef84
Eckhart Koeppen <eckhart.koppen@nokia.com>
parents:
0
diff
changeset
|
36 |
symbian/epocroot.h |
0 | 37 |
|
38 |
contains(QT_EDITION, OpenSource) { |
|
39 |
DEFINES += QMAKE_OPENSOURCE_EDITION |
|
40 |
} |
|
41 |
||
42 |
bootstrap { #Qt code |
|
43 |
DEFINES+=QT_NODLL QT_NO_THREAD |
|
44 |
SOURCES+= \ |
|
45 |
qbitarray.cpp \ |
|
46 |
qbuffer.cpp \ |
|
47 |
qbytearray.cpp \ |
|
48 |
qbytearraymatcher.cpp \ |
|
49 |
qcryptographichash.cpp \ |
|
50 |
qdatetime.cpp \ |
|
51 |
qdir.cpp \ |
|
52 |
qdiriterator.cpp \ |
|
53 |
qfile.cpp \ |
|
54 |
qabstractfileengine.cpp \ |
|
55 |
qfileinfo.cpp \ |
|
56 |
qfsfileengine.cpp \ |
|
57 |
qfsfileengine_iterator.cpp \ |
|
58 |
qglobal.cpp \ |
|
59 |
qnumeric.cpp \ |
|
60 |
qhash.cpp \ |
|
61 |
qiodevice.cpp \ |
|
62 |
qlist.cpp \ |
|
63 |
qlinkedlist.cpp \ |
|
64 |
qlocale.cpp \ |
|
65 |
qmalloc.cpp \ |
|
66 |
qmap.cpp \ |
|
67 |
qmetatype.cpp \ |
|
68 |
qregexp.cpp \ |
|
69 |
qtextcodec.cpp \ |
|
70 |
qutfcodec.cpp \ |
|
71 |
qstring.cpp \ |
|
72 |
qstringlist.cpp \ |
|
73 |
qtemporaryfile.cpp \ |
|
74 |
qtextstream.cpp \ |
|
75 |
qurl.cpp \ |
|
76 |
quuid.cpp \ |
|
77 |
qsettings.cpp \ |
|
78 |
qlibraryinfo.cpp \ |
|
79 |
qvariant.cpp \ |
|
80 |
qvector.cpp \ |
|
81 |
qvsnprintf.cpp \ |
|
82 |
qxmlstream.cpp \ |
|
83 |
qxmlutils.cpp |
|
84 |
||
85 |
HEADERS+= \ |
|
86 |
qbitarray.h \ |
|
87 |
qbuffer.h \ |
|
88 |
qbytearray.h \ |
|
89 |
qbytearraymatcher.h \ |
|
90 |
qchar.h \ |
|
91 |
qcryptographichash.h \ |
|
92 |
qdatetime.h \ |
|
93 |
qdatetime_p.h \ |
|
94 |
qdir.h \ |
|
95 |
qdiriterator.h \ |
|
96 |
qfile.h \ |
|
97 |
qabstractfileengine.h \ |
|
98 |
qfileinfo.h \ |
|
99 |
qglobal.h \ |
|
100 |
qnumeric.h \ |
|
101 |
qhash.h \ |
|
102 |
qiodevice.h \ |
|
103 |
qlist.h \ |
|
104 |
qlinkedlist.h \ |
|
105 |
qlocale.h \ |
|
106 |
qmalloc.h \ |
|
107 |
qmap.h \ |
|
108 |
qmetatype.h \ |
|
109 |
qregexp.h \ |
|
110 |
qtextcodec.h \ |
|
111 |
qutfcodec.h \ |
|
112 |
qstring.h \ |
|
113 |
qstringlist.h \ |
|
114 |
qstringmatcher.h \ |
|
115 |
qtemporaryfile.h \ |
|
116 |
qtextstream.h \ |
|
117 |
qurl.h \ |
|
118 |
quuid.h \ |
|
119 |
qvector.h \ |
|
120 |
qxmlstream.h \ |
|
121 |
qxmlutils.h |
|
122 |
||
123 |
unix { |
|
124 |
SOURCES += qfsfileengine_unix.cpp qfsfileengine_iterator_unix.cpp |
|
125 |
mac { |
|
126 |
SOURCES += qcore_mac.cpp qsettings_mac.cpp |
|
127 |
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.4 #enables weak linking for 10.4 (exported) |
|
128 |
LIBS += -framework ApplicationServices |
|
129 |
} |
|
130 |
} else:win32 { |
|
131 |
SOURCES += qfsfileengine_win.cpp qfsfileengine_iterator_win.cpp qsettings_win.cpp |
|
132 |
win32-msvc*:LIBS += ole32.lib advapi32.lib |
|
133 |
} |
|
134 |
||
135 |
qnx { |
|
136 |
CFLAGS += -fhonor-std |
|
137 |
LFLAGS += -lcpp |
|
138 |
} |
|
139 |
DEFINES *= QT_NO_QOBJECT |
|
140 |
} else { |
|
141 |
CONFIG += qt |
|
142 |
QT = core |
|
143 |
} |
|
144 |
*-g++:profiling { |
|
145 |
QMAKE_CFLAGS = -pg |
|
146 |
QMAKE_CXXFLAGS = -pg |
|
147 |
QMAKE_LFLAGS = -pg |
|
148 |
} |
|
149 |
||
150 |
PRECOMPILED_HEADER = qmake_pch.h |