summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGatis Paeglis <gatis.paeglis@qt.io>2017-09-19 13:42:37 +0200
committerGatis Paeglis <gatis.paeglis@qt.io>2017-09-19 12:10:12 +0000
commit1f7eed111bd1e2b6ba0ffbb236be3ca1b6073097 (patch)
treea515b62a541ae372a6b29d279aeaea732baa748f
parentfee0795ca96079a8f37473d3aec18757d1e52d24 (diff)
downloadqtxmlpatterns-1f7eed111bd1e2b6ba0ffbb236be3ca1b6073097.tar.gz
remove wince leftovers
Change-Id: I0579f73576722ebe68c3574f48934b15997aa035 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
-rw-r--r--src/xmlpatterns/xmlpatterns.pro9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/xmlpatterns/xmlpatterns.pro b/src/xmlpatterns/xmlpatterns.pro
index 5244bb1..eae2ea8 100644
--- a/src/xmlpatterns/xmlpatterns.pro
+++ b/src/xmlpatterns/xmlpatterns.pro
@@ -26,13 +26,4 @@ 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/
- }
-}
-
load(qt_module)