summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2018-11-14 09:54:54 +0100
committerChristian Stenger <christian.stenger@qt.io>2018-11-14 13:50:24 +0000
commit3f42cd724e81a147163c42731960aa7b2fefc31a (patch)
tree38c0c29b3d420802370d02a7a7e1dd958118c72f
parent2f41f359526c5452b981e002acd935fc3cec4014 (diff)
downloadqt-creator-3f42cd724e81a147163c42731960aa7b2fefc31a.tar.gz
Tests: Allow dumper tests with Qt5.11 and Xcode 10
qmake brings up a warning regarding using Qt5.11 in combination with Xcode 10. This seems to get handled as error inside the tests - so, disable the warning. Change-Id: I6d2918789580fd332048c85e0c4fc75a9635deb6 Reviewed-by: hjk <hjk@qt.io>
-rw-r--r--tests/auto/debugger/tst_dumpers.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/debugger/tst_dumpers.cpp b/tests/auto/debugger/tst_dumpers.cpp
index b3754c90e5..9d439f05c2 100644
--- a/tests/auto/debugger/tst_dumpers.cpp
+++ b/tests/auto/debugger/tst_dumpers.cpp
@@ -1301,6 +1301,7 @@ void tst_Dumpers::dumper()
proFile.write(data.mainFile.toUtf8());
proFile.write("\nTARGET = doit\n");
proFile.write("\nCONFIG -= app_bundle\n");
+ proFile.write("\nmacos: CONFIG += sdk_no_version_check\n");
proFile.write("\nCONFIG -= release\n");
proFile.write("\nCONFIG += debug\n");
proFile.write("\nCONFIG += console\n");