From c19ae8bf96cd4135955347baebe18caafc9fc841 Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Wed, 16 Nov 2011 11:16:59 +1000 Subject: Don't install tests by default. Installing tests is a relatively rare use case, and is already disabled by default for some qt5 modules. Make the behavior consistent and disable it by default here too. Change-Id: I979053288783486f13fc2c92b87e8e3b7edfd812 Reviewed-by: Alex --- qtlocation.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qtlocation.pro') diff --git a/qtlocation.pro b/qtlocation.pro index 84cda5a4..0b60d99f 100644 --- a/qtlocation.pro +++ b/qtlocation.pro @@ -13,8 +13,9 @@ module_qtlocation_examples.depends = module_qtlocation_src module_qtlocation_tests.subdir = tests module_qtlocation_tests.target = module-qtlocation-tests module_qtlocation_tests.depends = module_qtlocation_src +module_qtlocation_tests.CONFIG = no_default_install !contains(QT_BUILD_PARTS,tests) { - module_qtlocation_tests.CONFIG = no_default_target no_default_install + module_qtlocation_tests.CONFIG += no_default_target } module_qtlocation_doc.subdir = doc/src -- cgit v1.2.1