From cff6e39cd1aea203751113124f6d05d4198cabcd Mon Sep 17 00:00:00 2001 From: kb Date: Sun, 13 May 2012 22:55:15 +0200 Subject: Remove capitalization when specifying include-libraries. MinGW installations on case-sensitive filesystems expect lowercase names of include-libraries and (usually) include files. When crosscompiling on Debian 6 (targeting MS Windows) linking fails because mingw is looking for non-existent include-libraries. Using lowercase names solves this. Change-Id: Id3454f4ed8ba42b6ea93d65d9c0ce567db6712df Reviewed-by: Friedemann Kleint Reviewed-by: Oswald Buddenhagen --- src/network/socket/socket.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/network/socket/socket.pri') diff --git a/src/network/socket/socket.pri b/src/network/socket/socket.pri index 39b214ffb9..3429275a67 100644 --- a/src/network/socket/socket.pri +++ b/src/network/socket/socket.pri @@ -40,7 +40,7 @@ win32:SOURCES += socket/qnativesocketengine_win.cpp \ socket/qlocalsocket_win.cpp \ socket/qlocalserver_win.cpp -win32:!wince*:LIBS += -lAdvapi32 +win32:!wince*:LIBS += -ladvapi32 wince*: { SOURCES -= socket/qlocalsocket_win.cpp \ -- cgit v1.2.3