summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qprocess/testProcessEchoGui/testProcessEchoGui.pro
diff options
context:
space:
mode:
authorkb <k.blammo@gmail.com>2012-05-13 22:55:15 +0200
committerQt by Nokia <qt-info@nokia.com>2012-05-14 21:34:08 +0200
commitcff6e39cd1aea203751113124f6d05d4198cabcd (patch)
tree73fd285531afe725ac5d552a3c47d1735e811316 /tests/auto/corelib/io/qprocess/testProcessEchoGui/testProcessEchoGui.pro
parent9bd24b6edc7c15dffe382e226c782b394b40c632 (diff)
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 <Friedemann.Kleint@nokia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'tests/auto/corelib/io/qprocess/testProcessEchoGui/testProcessEchoGui.pro')
-rw-r--r--tests/auto/corelib/io/qprocess/testProcessEchoGui/testProcessEchoGui.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/corelib/io/qprocess/testProcessEchoGui/testProcessEchoGui.pro b/tests/auto/corelib/io/qprocess/testProcessEchoGui/testProcessEchoGui.pro
index bedc76aa5b..6c247b0216 100644
--- a/tests/auto/corelib/io/qprocess/testProcessEchoGui/testProcessEchoGui.pro
+++ b/tests/auto/corelib/io/qprocess/testProcessEchoGui/testProcessEchoGui.pro
@@ -1,6 +1,6 @@
win32 {
SOURCES = main_win.cpp
- !win32-borland:LIBS += -lUser32
+ !win32-borland:LIBS += -luser32
}
CONFIG -= qt app_bundle