Enable media streaming mode for 802.11 WLAN interfaces on Windows

This commit is contained in:
Cameron Gutman
2020-08-11 22:14:26 -07:00
parent 31c7d4e36f
commit 78203eb9be
2 changed files with 2 additions and 2 deletions

View File

@@ -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
LIBS += ws2_32.lib winmm.lib dxva2.lib ole32.lib gdi32.lib user32.lib d3d9.lib dwmapi.lib dbghelp.lib qwave.lib wlanapi.lib
}
macx {
INCLUDEPATH += $$PWD/../libs/mac/include