summaryrefslogtreecommitdiffstats
path: root/qtsensors.pro
diff options
context:
space:
mode:
authorLincoln Ramsay <lincoln.ramsay@nokia.com>2012-05-15 10:16:38 +1000
committerQt by Nokia <qt-info@nokia.com>2012-05-15 03:52:59 +0200
commit52f2a75f69b121deefdcc2ae98b68b3fb4293530 (patch)
tree7772199096d341fbe0894ab854cdb4a67280a15e /qtsensors.pro
parentfc164128d93590a0cfd04394345564ae49a3994e (diff)
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 <zsolt.simon@nokia.com>
Diffstat (limited to 'qtsensors.pro')
-rw-r--r--qtsensors.pro3
1 files changed, 1 insertions, 2 deletions
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