diff svapp.pro @ 439:9429622647e6 cxx11

c++11 flag in qmake project
author Chris Cannam
date Wed, 11 Mar 2015 12:20:06 +0000
parents f32fbb05d48c
children d9d132c0e240 56acd9368532
line wrap: on
line diff
--- a/svapp.pro	Tue Mar 10 17:40:38 2015 +0000
+++ b/svapp.pro	Wed Mar 11 12:20:06 2015 +0000
@@ -30,7 +30,7 @@
     }
 }
 
-CONFIG += staticlib qt thread warn_on stl rtti exceptions
+CONFIG += staticlib qt thread warn_on stl rtti exceptions c++11
 QT += network xml gui widgets
 
 TARGET = svapp