summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Keller <Rainer.Keller@qt.io>2017-05-08 10:29:01 +0200
committerRainer Keller <Rainer.Keller@qt.io>2017-05-08 11:25:51 +0000
commitec51642d66e236e5ad0429d9a8432109fae84c21 (patch)
treeb972a6507b19f255a1a273803cdb14567a4ae2f6
parent4a859d12b01f691360012c35b470760e6f34ad36 (diff)
Remove strictStrings check from compile flags
Remove strictStrings check also from release build with debuginfo to fix windows build. Change-Id: I78f47cfa9fcb8dd36c276bcbc1cb44bad4854e3f Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
-rw-r--r--src/systeminfo/systeminfo.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systeminfo/systeminfo.pro b/src/systeminfo/systeminfo.pro
index 254ae0e2..5d413b26 100644
--- a/src/systeminfo/systeminfo.pro
+++ b/src/systeminfo/systeminfo.pro
@@ -17,6 +17,7 @@ win32: !simulator: {
# Wbemidl.h violates C/C++ strict strings
QMAKE_CXXFLAGS -= -Zc:strictStrings
QMAKE_CXXFLAGS_RELEASE -= -Zc:strictStrings
+ QMAKE_CXXFLAGS_RELEASE_WITH_DEBUGINFO -= -Zc:strictStrings
contains(CONFIG, release) {
CONFIG -= console