From 838cf9abd9c724283319be8ef46651f90a3e1d4b Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Wed, 11 May 2011 14:02:41 +1000 Subject: [PATCH] tests: disable tests in qtbase which depend on qtsvg Reviewed-by: Jason McDonald Change-Id: I2416d34b5c262e20ee18f7121e8745327d5614f8 --- tests/auto/host.pro | 2 +- tests/auto/other.pro | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/auto/host.pro b/tests/auto/host.pro index 44216ae..2b862d2 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 7da2505..c52014a 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 \ -- 2.7.4