From c11cfb5d6b251e908c75a47fe76a62b3907c6baf Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Wed, 10 Oct 2018 10:50:19 +0200 Subject: 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 --- tests/auto/core/tests.pri | 1 - tests/auto/quick/tests.pri | 1 - 2 files changed, 2 deletions(-) (limited to 'tests/auto') 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 diff --git a/tests/auto/quick/tests.pri b/tests/auto/quick/tests.pri index f809ebd68..f7104ad9c 100644 --- a/tests/auto/quick/tests.pri +++ b/tests/auto/quick/tests.pri @@ -4,7 +4,6 @@ QT_FOR_CONFIG += webenginecore-private TEMPLATE = app CONFIG += testcase -CONFIG += c++11 VPATH += $$_PRO_FILE_PWD_ TARGET = tst_$$TARGET -- cgit v1.2.3