summaryrefslogtreecommitdiffstats
path: root/tests/quicktestbrowser
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/quicktestbrowser
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/quicktestbrowser')
-rw-r--r--tests/quicktestbrowser/quicktestbrowser.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/quicktestbrowser/quicktestbrowser.pro b/tests/quicktestbrowser/quicktestbrowser.pro
index b4fb9a58d..8c6b8a111 100644
--- a/tests/quicktestbrowser/quicktestbrowser.pro
+++ b/tests/quicktestbrowser/quicktestbrowser.pro
@@ -20,7 +20,6 @@ OTHER_FILES += ApplicationRoot.qml \
RESOURCES += resources.qrc
QT += qml quick webengine
-CONFIG += c++11
qtHaveModule(widgets) {
QT += widgets # QApplication is required to get native styling with QtQuickControls