From 698b3da842cd9df9719354837723b3a3eecff6fe Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Wed, 11 May 2011 19:57:01 +1000 Subject: 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 --- tests/auto/lancelot/lancelot.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/lancelot/lancelot.pro') 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 \ -- cgit v1.2.3