Mercurial > hg > sonic-visualiser
comparison server.pro @ 1969:714f8dad57bc c++14
Switch experimentally to C++14 throughout
author | Chris Cannam |
---|---|
date | Fri, 31 Aug 2018 10:02:48 +0100 |
parents | 106a16cfdd2f |
children | 810a0b8f5472 |
comparison
equal
deleted
inserted
replaced
1965:4d7542238772 | 1969:714f8dad57bc |
---|---|
1 | 1 |
2 TEMPLATE = app | 2 TEMPLATE = app |
3 | 3 |
4 CONFIG += stl c++11 exceptions console warn_on | 4 CONFIG += stl exceptions console warn_on c++14 |
5 | 5 |
6 CONFIG -= qt | 6 CONFIG -= qt |
7 | 7 |
8 exists(config.pri) { | 8 exists(config.pri) { |
9 include(config.pri) | 9 include(config.pri) |