Last change
on this file since 203 was 166, checked in by Dmitry A. Kuminov, 16 years ago |
Added short DLL names for many modules and plugins.
|
File size:
1.1 KB
|
Rev | Line | |
---|
[2] | 1 | TARGET = QtXmlPatterns
|
---|
[166] | 2 | os2:TARGET_SHORT = QtXmlP
|
---|
[2] | 3 | QPRO_PWD = $$PWD
|
---|
| 4 | QT = core network
|
---|
| 5 | DEFINES += QT_BUILD_XMLPATTERNS_LIB QT_NO_USING_NAMESPACE
|
---|
| 6 | win32-msvc*|win32-icc:QMAKE_LFLAGS += /BASE:0x61000000
|
---|
| 7 |
|
---|
| 8 | unix:QMAKE_PKGCONFIG_REQUIRES = QtCore QtNetwork
|
---|
| 9 |
|
---|
| 10 | include(../qbase.pri)
|
---|
| 11 |
|
---|
| 12 | PRECOMPILED_HEADER = ../corelib/global/qt_pch.h
|
---|
| 13 |
|
---|
| 14 | include($$PWD/common.pri)
|
---|
| 15 | include($$PWD/acceltree/acceltree.pri)
|
---|
| 16 | include($$PWD/api/api.pri)
|
---|
| 17 | include($$PWD/data/data.pri)
|
---|
| 18 | include($$PWD/environment/environment.pri)
|
---|
| 19 | include($$PWD/expr/expr.pri)
|
---|
| 20 | include($$PWD/functions/functions.pri)
|
---|
| 21 | include($$PWD/iterators/iterators.pri)
|
---|
| 22 | include($$PWD/janitors/janitors.pri)
|
---|
| 23 | include($$PWD/parser/parser.pri)
|
---|
| 24 | include($$PWD/projection/projection.pri)
|
---|
| 25 | include($$PWD/type/type.pri)
|
---|
| 26 | include($$PWD/utils/utils.pri)
|
---|
| 27 | include($$PWD/qobjectmodel/qobjectmodel.pri)
|
---|
| 28 |
|
---|
| 29 | wince*: {
|
---|
| 30 | # The Microsoft MIPS compiler crashes if /Og is specified
|
---|
| 31 | # -O2/1 expands to /Og plus additional arguments.
|
---|
| 32 | contains(DEFINES, MIPS): {
|
---|
| 33 | QMAKE_CXXFLAGS_RELEASE ~= s/-O2/-Oi -Ot -Oy -Ob2/
|
---|
| 34 | QMAKE_CXXFLAGS_RELEASE ~= s/-O1/-Os -Oy -Ob2/
|
---|
| 35 | }
|
---|
| 36 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.