Mercurial > hg > tony
changeset 202:2a66576d3d4e
No config -> default to release mode
author | Chris Cannam |
---|---|
date | Wed, 05 Mar 2014 18:10:57 +0000 |
parents | ef7eb3599524 |
children | 833374f16e93 |
files | platform-dataquay.pri tonyapp.pro |
diffstat | 2 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/platform-dataquay.pri Wed Mar 05 13:44:27 2014 +0000 +++ b/platform-dataquay.pri Wed Mar 05 18:10:57 2014 +0000 @@ -4,6 +4,7 @@ } !exists(config.pri) { + CONFIG += release win32-g++ { INCLUDEPATH += ../sv-dependency-builds/win32-mingw/include LIBS += -L../sv-dependency-builds/win32-mingw/lib
--- a/tonyapp.pro Wed Mar 05 13:44:27 2014 +0000 +++ b/tonyapp.pro Wed Mar 05 18:10:57 2014 +0000 @@ -6,6 +6,10 @@ } !exists(config.pri) { + + CONFIG += release + DEFINES += NDEBUG BUILD_RELEASE NO_TIMING + win32-g++ { INCLUDEPATH += sv-dependency-builds/win32-mingw/include LIBS += -Lsv-dependency-builds/win32-mingw/lib