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 = QtXmlPatterns |
| 2 |
QPRO_PWD = $$PWD |
| 3 |
QT = core \ |
| 4 |
network |
| 5 |
DEFINES += QT_BUILD_XMLPATTERNS_LIB \ |
| 6 |
QT_NO_USING_NAMESPACE |
| 7 |
win32-msvc*|win32-icc:QMAKE_LFLAGS += /BASE:0x61000000 |
| 8 |
unix|win32-g++*:QMAKE_PKGCONFIG_REQUIRES = QtCore \ |
| 9 |
QtNetwork |
| 10 |
include(../qbase.pri) |
| 11 |
PRECOMPILED_HEADER = ../corelib/global/qt_pch.h |
| 12 |
include($$PWD/common.pri) |
| 13 |
include($$PWD/acceltree/acceltree.pri) |
| 14 |
include($$PWD/api/api.pri) |
| 15 |
include($$PWD/data/data.pri) |
| 16 |
include($$PWD/environment/environment.pri) |
| 17 |
include($$PWD/expr/expr.pri) |
| 18 |
include($$PWD/functions/functions.pri) |
| 19 |
include($$PWD/iterators/iterators.pri) |
| 20 |
include($$PWD/janitors/janitors.pri) |
| 21 |
include($$PWD/parser/parser.pri) |
| 22 |
include($$PWD/projection/projection.pri) |
| 23 |
include($$PWD/schema/schema.pri) |
| 24 |
include($$PWD/type/type.pri) |
| 25 |
include($$PWD/utils/utils.pri) |
| 26 |
include($$PWD/qobjectmodel/qobjectmodel.pri, "", true) |
| 27 |
|
| 28 |
wince* { |
| 29 |
# The Microsoft MIPS compiler crashes if /Og is specified. |
| 30 |
# -O2/1 expands to /Og plus additional arguments. |
| 31 |
contains(DEFINES, MIPS) { |
| 32 |
QMAKE_CXXFLAGS_RELEASE ~= s/-O2/-Oi -Ot -Oy -Ob2/ |
| 33 |
QMAKE_CXXFLAGS_RELEASE ~= s/-O1/-Os -Oy -Ob2/ |
| 34 |
} |
| 35 |
} |
| 36 |
|
| 37 |
symbian:TARGET.UID3 = 0x2001E62B |