aboutsummaryrefslogtreecommitdiffstats
path: root/qtdeclarative.pro
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-05-12 08:47:43 +1000
committerRohan McGovern <rohan.mcgovern@nokia.com>2011-05-12 14:40:16 +1000
commitf7d3d68c60f247f9b44ece7c9c41e51baf927b99 (patch)
tree7a2aa44a410c465ee6735bc20e7e0e16a87d6b72 /qtdeclarative.pro
parent03cfbe8cb923cc1de191a527b542046a1e450e76 (diff)
tests: build autotests by default for qtdeclarative
Configure Qt with `-nomake tests' if you don't want the tests. Reviewed-by: Jason McDonald Change-Id: I1af6a231b9cfb8ecf3e3a0c932ead6ddff7bbe90
Diffstat (limited to 'qtdeclarative.pro')
-rw-r--r--qtdeclarative.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/qtdeclarative.pro b/qtdeclarative.pro
index acffb01417..c4140225c5 100644
--- a/qtdeclarative.pro
+++ b/qtdeclarative.pro
@@ -18,8 +18,8 @@ module_qtdeclarative_examples.depends = module_qtdeclarative_src
module_qtdeclarative_tests.subdir = tests
module_qtdeclarative_tests.target = module-qtdeclarative-tests
module_qtdeclarative_tests.depends = module_qtdeclarative_src
-module_qtdeclarative_tests.CONFIG = no_default_target no_default_install
-
+module_qtdeclarative_tests.CONFIG = no_default_install
+!contains(QT_BUILD_PARTS,tests):module_qtdeclarative_tests.CONFIG += no_default_target
SUBDIRS += module_qtdeclarative_src \
module_qtdeclarative_tools \