From 52f2a75f69b121deefdcc2ae98b68b3fb4293530 Mon Sep 17 00:00:00 2001 From: Lincoln Ramsay Date: Tue, 15 May 2012 10:16:38 +1000 Subject: When tests are enabled, they're installed too. Otherwise we have to manually install tests after enabling then and having them built. Change-Id: Ie0ebe4f90284c0d14867304df48c75ff3cff04a4 Reviewed-by: Zsolt Simon --- qtsensors.pro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'qtsensors.pro') diff --git a/qtsensors.pro b/qtsensors.pro index 6d09c4bd..c306f421 100644 --- a/qtsensors.pro +++ b/qtsensors.pro @@ -8,9 +8,8 @@ SUBDIRS += module_qtsensors_tests module_qtsensors_tests.subdir = tests module_qtsensors_tests.target = module-qtsensors-tests module_qtsensors_tests.depends = module_qtsensors_src -module_qtsensors_tests.CONFIG = no_default_install !contains(QT_BUILD_PARTS,tests) { - module_qtsensors_tests.CONFIG += no_default_target + module_qtsensors_tests.CONFIG += no_default_target no_default_install } SUBDIRS += module_qtsensors_examples -- cgit v1.2.3