diff base.pri @ 1969:714f8dad57bc c++14

Switch experimentally to C++14 throughout
author Chris Cannam
date Fri, 31 Aug 2018 10:02:48 +0100
parents e63cc95876cb
children 810a0b8f5472
line wrap: on
line diff
--- a/base.pri	Tue Aug 14 09:43:28 2018 +0100
+++ b/base.pri	Fri Aug 31 10:02:48 2018 +0100
@@ -31,5 +31,5 @@
 # Defines for Dataquay
 DEFINES += USE_SORD
 
-CONFIG += qt thread warn_on stl rtti exceptions c++11
+CONFIG += qt thread warn_on stl rtti exceptions c++14