Mercurial > hg > sonic-visualiser
diff sv.pro @ 1059:46f0ca7040fa recording
Win32 build fixes
author | Chris Cannam |
---|---|
date | Wed, 16 Sep 2015 17:48:18 +0100 |
parents | 28ccb621d1af |
children | 1f92fc7a6b05 |
line wrap: on
line diff
--- a/sv.pro Wed Sep 16 15:16:54 2015 +0100 +++ b/sv.pro Wed Sep 16 17:48:18 2015 +0100 @@ -3,11 +3,11 @@ win32-g++ { INCLUDEPATH += sv-dependency-builds/win32-mingw/include - LIBS += -Lsv-dependency-builds/win32-mingw/lib + LIBS += -Lrelease -Lsv-dependency-builds/win32-mingw/lib } win32-msvc* { INCLUDEPATH += sv-dependency-builds/win32-msvc/include - LIBS += -Lsv-dependency-builds/win32-msvc/lib + LIBS += -Lrelease -Lsv-dependency-builds/win32-msvc/lib } mac* { INCLUDEPATH += sv-dependency-builds/osx/include