summaryrefslogtreecommitdiffstats
path: root/tests/auto/guiapplauncher
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@nokia.com>2010-10-28 17:18:24 +0200
committerRobert Griebl <robert.griebl@nokia.com>2010-11-03 19:31:51 +0100
commitf0c467b6c5dd060f25fdce08c480c3955d340998 (patch)
tree1c9c144f234787272e3d9e200203bbbd563ac84c /tests/auto/guiapplauncher
parent5fef7ab5fc29806742a8d32083a10c59733f4912 (diff)
There is no predefined qmake x11 scope for x11 builds.
All the autotests that are using a x11{} scope to add QMAKE_LIBS_X11 to LIBS are actually not adding anything at all, but just happen to build correctly because the standard GNU ld resolves symbols in shared libraries recursively (and libQtGui depends on all those X libs already). Building those tests with GNU gold will lead to undefined X* symbols, since gold doesn't use implicitly dependant libs to resolve symbols. Reviewed-by: Harald Fernengel
Diffstat (limited to 'tests/auto/guiapplauncher')
-rw-r--r--tests/auto/guiapplauncher/guiapplauncher.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/guiapplauncher/guiapplauncher.pro b/tests/auto/guiapplauncher/guiapplauncher.pro
index 30f5cf4f75..1fe9c8b0f6 100644
--- a/tests/auto/guiapplauncher/guiapplauncher.pro
+++ b/tests/auto/guiapplauncher/guiapplauncher.pro
@@ -3,6 +3,7 @@
# -------------------------------------------------
# Link against gui for X11,etc.
+load(qttest_p4)
DEFINES += SRCDIR=\\\"$$PWD/\\\"
TARGET = tst_guiapplauncher