mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-11-10 05:34:17 +00:00
Don't require linking to wlanapi.dll
This is not always available on Windows Server
This commit is contained in:
parent
2f3a1a5d79
commit
dd02bf809e
2 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ win32 {
|
|||
LIBS += -L$$(DXSDK_DIR)/Lib/x64
|
||||
}
|
||||
|
||||
LIBS += ws2_32.lib winmm.lib dxva2.lib ole32.lib gdi32.lib user32.lib d3d9.lib dwmapi.lib dbghelp.lib qwave.lib wlanapi.lib
|
||||
LIBS += ws2_32.lib winmm.lib dxva2.lib ole32.lib gdi32.lib user32.lib d3d9.lib dwmapi.lib dbghelp.lib qwave.lib
|
||||
}
|
||||
macx {
|
||||
INCLUDEPATH += $$PWD/../libs/mac/include
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 128c1503f21a434f48aa6230de661f55effe1b1c
|
||||
Subproject commit dbedf938d4e00abcdfd7e5be4aa02cf83e4e6bfc
|
Loading…
Reference in a new issue