summaryrefslogtreecommitdiffstats
path: root/qttools.pro
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-05-12 08:52:57 +1000
committerRohan McGovern <rohan.mcgovern@nokia.com>2011-05-12 12:41:52 +1000
commit45431ee2cf2daafe350ce54d3a3bc9f4a683e8b8 (patch)
tree76c69f4166b86e0da837511c1b2533122a9f8f83 /qttools.pro
parent3f5dbc47183d5481f7a1d2515961d7500ac1e132 (diff)
tests: build autotests by default for qttools
Configure Qt with `-nomake tests' if you don't want the tests. Reviewed-by: Jason McDonald Change-Id: I505b7e0d2e3b182f735a7cc06bae538dbb287e9a
Diffstat (limited to 'qttools.pro')
-rw-r--r--qttools.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/qttools.pro b/qttools.pro
index 871d8cc99..2e678ed83 100644
--- a/qttools.pro
+++ b/qttools.pro
@@ -6,7 +6,8 @@ module_qttools_src.target = module-qttools-src
module_qttools_tests.subdir = tests
module_qttools_tests.target = module-qttools-tests
module_qttools_tests.depends = module_qttools_src
-module_qttools_tests.CONFIG = no_default_target no_default_install
+module_qttools_tests.CONFIG = no_default_install
+!contains(QT_BUILD_PARTS,tests):module_qttools_tests.CONFIG += no_default_target
SUBDIRS += module_qttools_src \
module_qttools_tests \