summaryrefslogtreecommitdiff
path: root/qtsvg.pro
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-05-12 08:46:13 +1000
committerRohan McGovern <rohan.mcgovern@nokia.com>2011-05-12 12:37:32 +1000
commitae3e4d33c1ff89fe969a47bba02670338680fc98 (patch)
tree4ee4226beadf80962e92101483a3ed7fd12bbd9d /qtsvg.pro
parent685f4bb703fe721d5c7103c4e5a6ba519572f799 (diff)
downloadqtsvg-ae3e4d33c1ff89fe969a47bba02670338680fc98.tar.gz
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
Diffstat (limited to 'qtsvg.pro')
-rw-r--r--qtsvg.pro3
1 files changed, 2 insertions, 1 deletions
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 \