Last change
on this file was 846, checked in by Dmitry A. Kuminov, 14 years ago |
trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.
|
File size:
1.2 KB
|
Rev | Line | |
---|
[2] | 1 | TARGET = QtCore
|
---|
| 2 | QPRO_PWD = $$PWD
|
---|
| 3 | QT =
|
---|
| 4 | DEFINES += QT_BUILD_CORE_LIB QT_NO_USING_NAMESPACE
|
---|
| 5 | win32-msvc*|win32-icc:QMAKE_LFLAGS += /BASE:0x67000000
|
---|
[846] | 6 | irix-cc*:QMAKE_CXXFLAGS += -no_prelink -ptused
|
---|
[2] | 7 |
|
---|
| 8 | include(../qbase.pri)
|
---|
[561] | 9 | include(animation/animation.pri)
|
---|
[2] | 10 | include(arch/arch.pri)
|
---|
| 11 | include(concurrent/concurrent.pri)
|
---|
| 12 | include(global/global.pri)
|
---|
| 13 | include(thread/thread.pri)
|
---|
| 14 | include(tools/tools.pri)
|
---|
| 15 | include(io/io.pri)
|
---|
| 16 | include(plugin/plugin.pri)
|
---|
| 17 | include(kernel/kernel.pri)
|
---|
| 18 | include(codecs/codecs.pri)
|
---|
[561] | 19 | include(statemachine/statemachine.pri)
|
---|
[2] | 20 | include(xml/xml.pri)
|
---|
| 21 |
|
---|
[561] | 22 | mac|darwin:LIBS_PRIVATE += -framework ApplicationServices
|
---|
[2] | 23 |
|
---|
| 24 | mac:lib_bundle:DEFINES += QT_NO_DEBUG_PLUGIN_CHECK
|
---|
| 25 | win32:DEFINES-=QT_NO_CAST_TO_ASCII
|
---|
| 26 |
|
---|
| 27 | QMAKE_LIBS += $$QMAKE_LIBS_CORE
|
---|
| 28 |
|
---|
| 29 | QMAKE_DYNAMIC_LIST_FILE = $$PWD/QtCore.dynlist
|
---|
| 30 |
|
---|
| 31 | contains(DEFINES,QT_EVAL):include(eval.pri)
|
---|
[561] | 32 |
|
---|
| 33 | symbian: {
|
---|
| 34 | TARGET.UID3=0x2001B2DC
|
---|
| 35 |
|
---|
[846] | 36 | # Problems using data exports from this DLL mean that we can't page it on releases that don't support
|
---|
| 37 | # data exports (currently that's any release before Symbian^3)
|
---|
| 38 | pagingBlock = "$${LITERAL_HASH}ifndef SYMBIAN_DLL_DATA_EXPORTS_SUPPORTED" \
|
---|
| 39 | "UNPAGED" \
|
---|
| 40 | "$${LITERAL_HASH}endif"
|
---|
| 41 | MMP_RULES += pagingBlock
|
---|
[561] | 42 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.