diff vamp-client/qt/test.pro @ 268:a50a8c104bd8

C++14
author Chris Cannam <cannam@all-day-breakfast.com>
date Sat, 13 Oct 2018 16:02:38 +0100
parents 41bbfede402a
children 63e460e69347
line wrap: on
line diff
--- a/vamp-client/qt/test.pro	Sat Oct 13 12:32:53 2018 +0100
+++ b/vamp-client/qt/test.pro	Sat Oct 13 16:02:38 2018 +0100
@@ -1,7 +1,7 @@
 
 TEMPLATE = app
 
-CONFIG += qt stl c++11 exceptions console warn_on
+CONFIG += qt stl c++14 exceptions console warn_on
 QT -= xml network gui widgets
 
 !win32 {