summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/auto/host.pro2
-rw-r--r--tests/auto/other.pro3
2 files changed, 3 insertions, 2 deletions
diff --git a/tests/auto/host.pro b/tests/auto/host.pro
index 44216ae101..2b862d2447 100644
--- a/tests/auto/host.pro
+++ b/tests/auto/host.pro
@@ -3,7 +3,7 @@ SUBDIRS=\
compiler \
headersclean \
maketestselftest \
- moc \
+ #moc \ # FIXME: cannot be built as part of qtbase, since it depends on qtsvg
uic \
qmake \
rcc \
diff --git a/tests/auto/other.pro b/tests/auto/other.pro
index 7da2505750..c52014a192 100644
--- a/tests/auto/other.pro
+++ b/tests/auto/other.pro
@@ -10,7 +10,8 @@ SUBDIRS=\
qalgorithms \
qcombobox \
qcssparser \
- qdatastream \
+ #qdatastream \ # FIXME: cannot be enabled by default in qtbase,
+ # since it depends on qtsvg
qdir \
qfocusevent \
qimage \