# HG changeset patch # User Chris Cannam # Date 1539445076 -3600 # Node ID 63e460e69347cdd254c672acba8eaf3e554cd199 # Parent a50a8c104bd8585cd6279488156c6d2f0e5a5f63 Maybe if we define both of these, we'll end up with the right things on the various systems we're trying to deal with via Travis diff -r a50a8c104bd8 -r 63e460e69347 vamp-client/qt/test.pro --- a/vamp-client/qt/test.pro Sat Oct 13 16:02:38 2018 +0100 +++ b/vamp-client/qt/test.pro Sat Oct 13 16:37:56 2018 +0100 @@ -1,7 +1,7 @@ TEMPLATE = app -CONFIG += qt stl c++14 exceptions console warn_on +CONFIG += qt stl c++11 c++14 exceptions console warn_on QT -= xml network gui widgets !win32 {