Mercurial > hg > piper-cpp
comparison vamp-client/qt/test.pro @ 269:63e460e69347
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
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Sat, 13 Oct 2018 16:37:56 +0100 |
parents | a50a8c104bd8 |
children |
comparison
equal
deleted
inserted
replaced
268:a50a8c104bd8 | 269:63e460e69347 |
---|---|
1 | 1 |
2 TEMPLATE = app | 2 TEMPLATE = app |
3 | 3 |
4 CONFIG += qt stl c++14 exceptions console warn_on | 4 CONFIG += qt stl c++11 c++14 exceptions console warn_on |
5 QT -= xml network gui widgets | 5 QT -= xml network gui widgets |
6 | 6 |
7 !win32 { | 7 !win32 { |
8 QMAKE_CXXFLAGS += -Werror | 8 QMAKE_CXXFLAGS += -Werror |
9 } | 9 } |