bug fix for 64 bit Jamulus crashes with Jack Audio on Windows #93, thanks to elliotclee

This commit is contained in:
Volker Fischer 2020-04-24 16:36:31 +02:00
parent 94057d57cb
commit 0a7967ca71
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ win32 {
-lwinmm \
-lws2_32
} else {
QMAKE_LFLAGS += /DYNAMICBASE:NO # fixes crash with libjack64.dll, see https://github.com/corrados/jamulus/issues/93
LIBS += ole32.lib \
user32.lib \
advapi32.lib \