comparison svapp.pro @ 525:3ab6a5f7aca8 msvc2015_64

Further MSVC build stuff. Committing this as-is because it's building and running now, but there's a lot to tidy up.
author Chris Cannam
date Wed, 19 Oct 2016 17:33:32 +0100
parents 85c83499be3c
children d5ca6c5bad13 4826330c4f97
comparison
equal deleted inserted replaced
524:85c83499be3c 525:3ab6a5f7aca8
8 include(config.pri) 8 include(config.pri)
9 } 9 }
10 !exists(config.pri) { 10 !exists(config.pri) {
11 11
12 CONFIG += release 12 CONFIG += release
13 DEFINES += NDEBUG BUILD_RELEASE NO_TIMING 13 DEFINES += NDEBUG BUILD_RELEASE
14 DEFINES += NO_TIMING
14 15
15 win32-g++ { 16 win32-g++ {
16 INCLUDEPATH += ../sv-dependency-builds/win32-mingw/include 17 INCLUDEPATH += ../sv-dependency-builds/win32-mingw/include
17 LIBS += -L../sv-dependency-builds/win32-mingw/lib 18 LIBS += -L../sv-dependency-builds/win32-mingw/lib
18 } 19 }