summaryrefslogtreecommitdiffstats
path: root/src/core/core_common.pri
diff options
context:
space:
mode:
authorPeter Varga <pvarga@inf.u-szeged.hu>2021-05-07 15:09:13 +0200
committerPeter Varga <pvarga@inf.u-szeged.hu>2021-05-07 21:49:01 +0200
commitf8527fa9427984082cd425d304d29fd030ff5b1a (patch)
treef9451e124a432c7d6e0ecc1875d4058c51445ad5 /src/core/core_common.pri
parent2250a262fa3ecc68706e5e5905d44c3c04a482a9 (diff)
Force to use c++17 for build with qmake
Change-Id: Idfdfb1c88b9d2511c8a05b5ecd62c3421bf96bcf Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/core/core_common.pri')
-rw-r--r--src/core/core_common.pri4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/core_common.pri b/src/core/core_common.pri
index ee15a06e8..9e06b37fa 100644
--- a/src/core/core_common.pri
+++ b/src/core/core_common.pri
@@ -16,6 +16,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
+# QtBase requires C++17
+CONFIG += c++17