summaryrefslogtreecommitdiffstats
path: root/tests/auto/core
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2018-10-10 10:50:19 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2018-10-11 10:17:46 +0000
commitc11cfb5d6b251e908c75a47fe76a62b3907c6baf (patch)
tree440a3beef51fd6a79f684ee3008d09697fde4e12 /tests/auto/core
parent8b0f6b343dd807236001cacbae9bacb7e4923369 (diff)
Chromium requires C++14
QtWebEngineCore was only building because Chromium CPPFLAGS was overriding ours. And setting C++11 in our examples and tests now forces a downgrade. Change-Id: I3642394f15bb9974688991800552624d2379faf9 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'tests/auto/core')
-rw-r--r--tests/auto/core/tests.pri1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/core/tests.pri b/tests/auto/core/tests.pri
index 19f53f12d..885cf60d4 100644
--- a/tests/auto/core/tests.pri
+++ b/tests/auto/core/tests.pri
@@ -1,7 +1,6 @@
TEMPLATE = app
CONFIG += testcase
-CONFIG += c++11
VPATH += $$_PRO_FILE_PWD_
TARGET = tst_$$TARGET