This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 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 |
| 6 |
irix-cc*:QMAKE_CXXFLAGS += -no_prelink -ptused |
| 7 |
|
| 8 |
include(../qbase.pri) |
| 9 |
include(animation/animation.pri) |
| 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) |
| 19 |
include(statemachine/statemachine.pri) |
| 20 |
include(xml/xml.pri) |
| 21 |
|
| 22 |
!qpa:mac|darwin:LIBS_PRIVATE += -framework ApplicationServices |
| 23 |
qpa { |
| 24 |
contains(QT_CONFIG, coreservices) { |
| 25 |
LIBS_PRIVATE += -framework CoreServices -framework Security |
| 26 |
} |
| 27 |
} else:mac|darwin { |
| 28 |
LIBS_PRIVATE += -framework CoreFoundation -framework Security |
| 29 |
} |
| 30 |
mac:lib_bundle:DEFINES += QT_NO_DEBUG_PLUGIN_CHECK |
| 31 |
win32:DEFINES-=QT_NO_CAST_TO_ASCII |
| 32 |
|
| 33 |
QMAKE_LIBS += $$QMAKE_LIBS_CORE |
| 34 |
|
| 35 |
QMAKE_DYNAMIC_LIST_FILE = $$PWD/QtCore.dynlist |
| 36 |
|
| 37 |
contains(DEFINES,QT_EVAL):include(eval.pri) |
| 38 |
|
| 39 |
symbian: { |
| 40 |
TARGET.UID3=0x2001B2DC |
| 41 |
|
| 42 |
# Problems using data exports from this DLL mean that we can't page it on releases that don't support |
| 43 |
# data exports (currently that's any release before Symbian^3) |
| 44 |
pagingBlock = "$${LITERAL_HASH}ifndef SYMBIAN_DLL_DATA_EXPORTS_SUPPORTED" \ |
| 45 |
"UNPAGED" \ |
| 46 |
"$${LITERAL_HASH}endif" |
| 47 |
MMP_RULES += pagingBlock |
| 48 |
LIBS += -ltzclient |
| 49 |
} |