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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue