# HG changeset patch # User Chris Cannam # Date 1394043057 0 # Node ID 2a66576d3d4e6ee4420466a344d5035060a4a6c5 # Parent ef7eb359952446a3818fad504ef4ae2cb777ef02 No config -> default to release mode diff -r ef7eb3599524 -r 2a66576d3d4e platform-dataquay.pri --- 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 diff -r ef7eb3599524 -r 2a66576d3d4e tonyapp.pro --- 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