Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2014-08-24 12:36:09 +0400
committerMikkel Krautz <mikkel@krautz.dk>2014-08-24 12:36:49 +0400
commit67fc74f023c567de5b070beee035d411be7038ae (patch)
tree38d4b37fd925de95e52f947f7aad3caa36ce0204 /src/murmur/murmur.pro
parent282b289bb3325106be80e2af5955b72390b6b834 (diff)
Build fixes for the debug variant of the win32-static/win64-static build envs.
Diffstat (limited to 'src/murmur/murmur.pro')
-rw-r--r--src/murmur/murmur.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/murmur/murmur.pro b/src/murmur/murmur.pro
index 20202fe21..91f0c6968 100644
--- a/src/murmur/murmur.pro
+++ b/src/murmur/murmur.pro
@@ -113,7 +113,9 @@ ice {
equals(QMAKE_TARGET.arch, x86_64) {
QMAKE_LIBDIR *= $$ICE_PATH/lib/x64
}
- LIBS *= -llibbz2 -ldbghelp -liphlpapi -lrpcrt4
+ CONFIG(release, debug|release): LIBS *= -llibbz2
+ CONFIG(debug, debug|release): LIBS *= -llibbz2d
+ LIBS *= -ldbghelp -liphlpapi -lrpcrt4
}
}