summaryrefslogtreecommitdiff
path: root/qtlocation.pro
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-11-16 11:16:59 +1000
committerQt by Nokia <qt-info@nokia.com>2011-11-16 03:09:04 +0100
commitc19ae8bf96cd4135955347baebe18caafc9fc841 (patch)
treeb6640db176fe13217c6c36ca2a95a6dea0e5f07a /qtlocation.pro
parentb1ebd208660ca7e880d08047b3a01da53f268f3d (diff)
downloadqtlocation-c19ae8bf96cd4135955347baebe18caafc9fc841.tar.gz
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 <alex.blasche@nokia.com>
Diffstat (limited to 'qtlocation.pro')
-rw-r--r--qtlocation.pro3
1 files changed, 2 insertions, 1 deletions
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