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 --- src/core/core_common.pri | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core') diff --git a/src/core/core_common.pri b/src/core/core_common.pri index ce0eecce2..5f9f3c4f6 100644 --- a/src/core/core_common.pri +++ b/src/core/core_common.pri @@ -10,3 +10,6 @@ qtConfig(webengine-webchannel): QT += webchannel # LTO does not work for Chromium at the moment, so disable it completely for core. CONFIG -= ltcg + +# Chromium requires C++14 +CONFIG += c++14 -- cgit v1.2.3