Mercurial > hg > sonic-visualiser
comparison base.pri @ 1969:714f8dad57bc c++14
Switch experimentally to C++14 throughout
author | Chris Cannam |
---|---|
date | Fri, 31 Aug 2018 10:02:48 +0100 |
parents | e63cc95876cb |
children | 810a0b8f5472 |
comparison
equal
deleted
inserted
replaced
1965:4d7542238772 | 1969:714f8dad57bc |
---|---|
29 solaris*: DEFINES += __RTMIDI_DUMMY_ONLY__ | 29 solaris*: DEFINES += __RTMIDI_DUMMY_ONLY__ |
30 | 30 |
31 # Defines for Dataquay | 31 # Defines for Dataquay |
32 DEFINES += USE_SORD | 32 DEFINES += USE_SORD |
33 | 33 |
34 CONFIG += qt thread warn_on stl rtti exceptions c++11 | 34 CONFIG += qt thread warn_on stl rtti exceptions c++14 |
35 | 35 |