summaryrefslogtreecommitdiffstats
path: root/tests/auto/lancelot/lancelot.pro
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-05-11 19:57:01 +1000
committerLiang Qi <liang.qi@nokia.com>2011-05-11 13:34:00 +0200
commit698b3da842cd9df9719354837723b3a3eecff6fe (patch)
tree82d75f9cc116f86dd358294f410f44f562ec34c7 /tests/auto/lancelot/lancelot.pro
parent236e794fc31ca2bcba0bdc06fa133646cef39480 (diff)
tests: fixed or disabled qtbase tests with circular dependencies
tst_lancelot did QT+=svg, but didn't actually use QtSvg. qlocalsocket/lackey uses QtScript, which is not available when compiling qtbase. Change-Id: Ic3cc5a6f74a58ee8f2fdc48b9c852d9551b85f68
Diffstat (limited to 'tests/auto/lancelot/lancelot.pro')
-rw-r--r--tests/auto/lancelot/lancelot.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/lancelot/lancelot.pro b/tests/auto/lancelot/lancelot.pro
index 11beb7ef29..c4eaaac6ab 100644
--- a/tests/auto/lancelot/lancelot.pro
+++ b/tests/auto/lancelot/lancelot.pro
@@ -1,5 +1,5 @@
load(qttest_p4)
-QT += xml svg
+QT += xml
contains(QT_CONFIG, opengl)|contains(QT_CONFIG, opengles1)|contains(QT_CONFIG, opengles2):QT += opengl
SOURCES += tst_lancelot.cpp \