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:
Daniel Molkentin
2012-09-06 14:59:47 +02:00
parent 550f8218de
commit e6d68320c8

View File

@@ -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