summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-05-11 14:02:41 +1000
committerRohan McGovern <rohan.mcgovern@nokia.com>2011-05-11 17:04:16 +1000
commit838cf9abd9c724283319be8ef46651f90a3e1d4b (patch)
treedfbd99c793f27daa0eabcb2006ca05193d984148 /tests
parentce26a6fd2bfa3241fa801ebf28b61d740be1f1b4 (diff)
tests: disable tests in qtbase which depend on qtsvg
Reviewed-by: Jason McDonald Change-Id: I2416d34b5c262e20ee18f7121e8745327d5614f8
Diffstat (limited to 'tests')
-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 \