From ae3e4d33c1ff89fe969a47bba02670338680fc98 Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Thu, 12 May 2011 08:46:13 +1000 Subject: tests: build autotests by default for qtsvg Configure Qt with `-nomake tests' if you don't want the tests. Reviewed-by: Jason McDonald Change-Id: I4f0bdfb1bc06b80bc04b111b242e491fd7835e20 --- qtsvg.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qtsvg.pro') diff --git a/qtsvg.pro b/qtsvg.pro index 5d4666b..d75ae01 100644 --- a/qtsvg.pro +++ b/qtsvg.pro @@ -14,7 +14,8 @@ module_qtsvg_demos.depends = module_qtsvg_src module_qtsvg_tests.subdir = tests module_qtsvg_tests.target = module-qtsvg-tests module_qtsvg_tests.depends = module_qtsvg_src -module_qtsvg_tests.CONFIG = no_default_target no_default_install +module_qtsvg_tests.CONFIG = no_default_install +!contains(QT_BUILD_PARTS,tests):module_qtsvg_tests.CONFIG += no_default_target SUBDIRS += module_qtsvg_src \ module_qtsvg_examples \ -- cgit v1.2.1