tests: disable tests in qtbase which depend on qtsvg

Reviewed-by: Jason McDonald
Change-Id: I2416d34b5c262e20ee18f7121e8745327d5614f8
This commit is contained in:
Rohan McGovern 2011-05-11 14:02:41 +10:00
parent ce26a6fd2b
commit 838cf9abd9
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@ SUBDIRS=\
compiler \ compiler \
headersclean \ headersclean \
maketestselftest \ maketestselftest \
moc \ #moc \ # FIXME: cannot be built as part of qtbase, since it depends on qtsvg
uic \ uic \
qmake \ qmake \
rcc \ rcc \

View File

@ -10,7 +10,8 @@ SUBDIRS=\
qalgorithms \ qalgorithms \
qcombobox \ qcombobox \
qcssparser \ qcssparser \
qdatastream \ #qdatastream \ # FIXME: cannot be enabled by default in qtbase,
# since it depends on qtsvg
qdir \ qdir \
qfocusevent \ qfocusevent \
qimage \ qimage \