Use lowercase name for iphlpapi library
Cross-compilation on linux with mingw-w64 failed, since it provides all libraries in lowercase name. Change-Id: I8e82a4504d4ec9d3047af6b1d6a11945754f182d Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
This commit is contained in:
parent
c0da37a806
commit
edf0be818c
@ -12,7 +12,7 @@ SOURCES += qgenericengine.cpp \
|
||||
|
||||
OTHER_FILES += generic.json
|
||||
|
||||
win32:!winrt:LIBS += -lIphlpapi
|
||||
win32:!winrt:LIBS += -liphlpapi
|
||||
|
||||
PLUGIN_TYPE = bearer
|
||||
PLUGIN_CLASS_NAME = QGenericEnginePlugin
|
||||
|
Loading…
Reference in New Issue
Block a user