diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2011-05-12 08:46:13 +1000 |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2011-05-12 12:37:32 +1000 |
commit | ae3e4d33c1ff89fe969a47bba02670338680fc98 (patch) | |
tree | 4ee4226beadf80962e92101483a3ed7fd12bbd9d | |
parent | 685f4bb703fe721d5c7103c4e5a6ba519572f799 (diff) | |
download | qtsvg-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
-rw-r--r-- | qtsvg.pro | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 \ |