Do not delayload speex.dll.

This commit is contained in:
Mikkel Krautz 2015-06-01 20:38:03 +02:00
parent 239b89c7fc
commit ced3bf8d7c

View File

@ -356,7 +356,7 @@ win32 {
HEADERS *= GlobalShortcut_win.h Overlay_win.h TaskList.h
SOURCES *= GlobalShortcut_win.cpp TextToSpeech_win.cpp Overlay_win.cpp SharedMemory_win.cpp Log_win.cpp os_win.cpp TaskList.cpp ../../overlay/HardHook.cpp ../../overlay/ods.cpp
LIBS *= -ldxguid -ldinput8 -lsapi -lole32 -lws2_32 -ladvapi32 -lwintrust -ldbghelp -llibsndfile-1 -lshell32 -lshlwapi -luser32 -lgdi32 -lpsapi
LIBS *= -ldelayimp -delayload:speex.dll -delayload:shell32.dll
LIBS *= -ldelayimp -delayload:shell32.dll
equals(QMAKE_TARGET.arch, x86_64) {
DEFINES += USE_MINHOOK