diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2010-04-20 13:08:25 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2010-04-20 13:08:25 (GMT) |
commit | a96a474fcdf58b59058d95ecebdc459d14c6b4dc (patch) | |
tree | cee9a420f35dca72cb5d357d307d915cfb984fbb /src/xmlpatterns | |
parent | 84f0ae22f4b1e7882f4c0fff2a1f5bc47ebceb37 (diff) | |
parent | 4aa375288ff864c339f83e3ec83e313f40837b6f (diff) | |
download | Qt-a96a474fcdf58b59058d95ecebdc459d14c6b4dc.zip Qt-a96a474fcdf58b59058d95ecebdc459d14c6b4dc.tar.gz Qt-a96a474fcdf58b59058d95ecebdc459d14c6b4dc.tar.bz2 |
Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integration
* '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (24 commits)
Fix accidental change in QtWebKit
QNAM HTTP: Pipelining improvement
fix qmake conditionals
QtScript: Add translation context test
Ensure we stop the name lookups in QAbstractSocket if we abort().
Don't rely on tryStart() to do job control.
[tst_bic] Suppress the warning about the QGraphicsProxyWidget BIC
[tst_bic] Add two more private classes to the blacklist
[tst_bic] Remove superfluous newline
[tst_bic] Fix gen.sh not to generate sequential empty lines
Fix QSslSocket::constructing autotest failure
Improve QScript{Engine,Value}::toObject() test coverage
[tst_bic] Add testing for Phonon too
[tst_bic] Cache the compilation results for a faster testing
[tst_bic] Blacklist all template expansions
[tst_bic] Add baseline for Qt 4.6.0
[tst_bic] Collapse multiple empty newlines.
[tst_bic] Remove the QtNetwork classes from the QtXmlPatterns description file
[tst_bic] Add the exception for the BIC breakage in QGraphicsProxyWidget in 4.5
[tst_bic] Update the test to find newer versions of Qt after 4.3
...
Diffstat (limited to 'src/xmlpatterns')
-rw-r--r-- | src/xmlpatterns/xmlpatterns.pro | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/src/xmlpatterns/xmlpatterns.pro b/src/xmlpatterns/xmlpatterns.pro index a224762..e50d184 100644 --- a/src/xmlpatterns/xmlpatterns.pro +++ b/src/xmlpatterns/xmlpatterns.pro @@ -24,13 +24,14 @@ include($$PWD/schema/schema.pri) include($$PWD/type/type.pri) include($$PWD/utils/utils.pri) include($$PWD/qobjectmodel/qobjectmodel.pri, "", true) -wince*:# The Microsoft MIPS compiler crashes if /Og is specified -: -# -O2/1 expands to /Og plus additional arguments. -contains(DEFINES, MIPS): { - QMAKE_CXXFLAGS_RELEASE ~= s/-O2/-Oi -Ot -Oy -Ob2/ - QMAKE_CXXFLAGS_RELEASE ~= s/-O1/-Os -Oy -Ob2/ +wince* { + # The Microsoft MIPS compiler crashes if /Og is specified. + # -O2/1 expands to /Og plus additional arguments. + contains(DEFINES, MIPS) { + QMAKE_CXXFLAGS_RELEASE ~= s/-O2/-Oi -Ot -Oy -Ob2/ + QMAKE_CXXFLAGS_RELEASE ~= s/-O1/-Os -Oy -Ob2/ + } } + symbian:TARGET.UID3 = 0x2001E62B -HEADERS += |