changeset 57:8ebfaafcdaf9

Request both c++14 and c++17, in the hope that we will get c++17 where available (we only actually need it with MSVC at the moment) and fall back to c++14 in older environments where the c++17 flag is unrecognised
author Chris Cannam
date Fri, 07 Feb 2020 10:33:09 +0000
parents 59752942c44c
children df3b00f82e8d
files installer.pro
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/installer.pro	Fri Feb 07 09:27:28 2020 +0000
+++ b/installer.pro	Fri Feb 07 10:33:09 2020 +0000
@@ -14,7 +14,7 @@
 QMAKE_CXXFLAGS_RELEASE -= -flto
 QMAKE_LFLAGS_RELEASE -= -flto
 
-CONFIG += release warn_on c++17
+CONFIG += release warn_on c++14 c++17
 
 QT += gui widgets svg