summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/auto/gui.pro2
-rw-r--r--tests/auto/lancelot/lancelot.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/gui.pro b/tests/auto/gui.pro
index b7d4ad30b7..d016f91fea 100644
--- a/tests/auto/gui.pro
+++ b/tests/auto/gui.pro
@@ -102,7 +102,7 @@ SUBDIRS=\
qlistview \
qlistwidget \
qlocale \
- qlocalsocket \
+ #qlocalsocket \ # FIXME: uses qtscript, shouldn't be in qtbase
qmacstyle \
qmainwindow \
qmatrixnxn \
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 \