comparison noconfig.pri @ 1982:a96a5d88a84b

Win32 helper fixes
author Chris Cannam
date Mon, 03 Sep 2018 16:15:44 +0100
parents 810a0b8f5472
children 432ccdfd2c2b
comparison
equal deleted inserted replaced
1981:30089cc54bac 1982:a96a5d88a84b
1 1
2 CONFIG += release c++14 2 CONFIG += c++14
3 3
4 #CONFIG -= release 4 CONFIG += release
5 #CONFIG += debug 5 #CONFIG += debug
6 6
7 PREFIX_PATH = /usr/local 7 PREFIX_PATH = /usr/local
8 8
9 DEFINES += NDEBUG BUILD_RELEASE 9 DEFINES += NDEBUG BUILD_RELEASE
79 # we want to do 32-bit builds with MSVC as well, then we'll 79 # we want to do 32-bit builds with MSVC as well, then we'll
80 # need to add a way to distinguish the two. 80 # need to add a way to distinguish the two.
81 81
82 INCLUDEPATH += $$PWD/sv-dependency-builds/win64-msvc/include 82 INCLUDEPATH += $$PWD/sv-dependency-builds/win64-msvc/include
83 83
84 ## This seems to be intruding even when we're supposed to be release 84 # This seems to be intruding even when we're supposed to be release
85 # CONFIG(debug) { 85 # CONFIG(debug) {
86 # LIBS += -NODEFAULTLIB:MSVCRT -Ldebug \ 86 # LIBS += -NODEFAULTLIB:MSVCRT -Ldebug \
87 # -L../sonic-visualiser/sv-dependency-builds/win64-msvc/lib/debug \ 87 # -L$$PWD/sv-dependency-builds/win64-msvc/lib/debug \
88 # -L../sonic-visualiser/sv-dependency-builds/win64-msvc/lib 88 # -L$$PWD/sv-dependency-builds/win64-msvc/lib
89 # } 89 # }
90 CONFIG(release) { 90 CONFIG(release) {
91 LIBS += -Lrelease \ 91 LIBS += -Lrelease \
92 -L$$PWD/sv-dependency-builds/win64-msvc/lib 92 -L$$PWD/sv-dependency-builds/win64-msvc/lib
93 } 93 }