forked from qt-creator/qt-creator
Libs to link must be lowercase to work with mingw xcompile.
Change-Id: I066ea0e0ecb6c0dddc86230b74b1c492bb63e002 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
@@ -18,6 +18,6 @@ HEADERS += \
|
|||||||
SOURCES += \
|
SOURCES += \
|
||||||
proxyaction.cpp
|
proxyaction.cpp
|
||||||
|
|
||||||
win32: LIBS += -lUser32
|
win32: LIBS += -luser32
|
||||||
# PortsGatherer
|
# PortsGatherer
|
||||||
win32: LIBS += -liphlpapi -lWs2_32
|
win32: LIBS += -liphlpapi -lws2_32
|
||||||
|
|||||||
Reference in New Issue
Block a user