summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurice Kalinowski <maurice.kalinowski@theqtcompany.com>2015-09-22 07:47:32 +0200
committerMaurice Kalinowski <maurice.kalinowski@theqtcompany.com>2015-09-22 05:53:17 +0000
commitc49abe10e442605af61923a779faeb2ffd91d30a (patch)
treed71a10334b8824848be15133a2adbc091e45783f
parent9452d2ce70d6cbc7ea87f3f1c49af5bd092ae074 (diff)
downloadqttools-c49abe10e442605af61923a779faeb2ffd91d30a.tar.gz
WinRT: Fix build
55d20ffac7020b5cdeebf1292151a809ee43c did not consider winrt/winphone as a target. Change-Id: I50be6de1ba6574a21cfa3e36539bbd7183c5e3d1 Reviewed-by: Karsten Heimrich <karsten.heimrich@theqtcompany.com>
-rw-r--r--src/assistant/clucene/clucene.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/assistant/clucene/clucene.pro b/src/assistant/clucene/clucene.pro
index 348d38f35..6eccfb1d7 100644
--- a/src/assistant/clucene/clucene.pro
+++ b/src/assistant/clucene/clucene.pro
@@ -21,7 +21,7 @@ CONFIG += exceptions
# otherwise mingw headers do not declare common functions like _i64tow
win32-g++*:QMAKE_CXXFLAGS_CXX11 = -std=gnu++0x
-win32-msvc.net | win32-msvc2* {
+win32-msvc.net | win32-msvc2* | winrt-* | winphone-* {
QMAKE_CFLAGS_RELEASE -= -O2
QMAKE_CXXFLAGS_RELEASE -= -O2
DEFINES += _SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS