summaryrefslogtreecommitdiff
path: root/configure.json
diff options
context:
space:
mode:
authorPaolo Angelelli <paolo.angelelli@qt.io>2017-08-15 13:21:48 +0200
committerPaolo Angelelli <paolo.angelelli@qt.io>2017-08-30 12:59:24 +0000
commit3856f0185442b5c4b85c770888072db0bc3fff1a (patch)
treec8427301092a696e2a888f5f236791177f5625c3 /configure.json
parentf1466b2cd387e2892b79db110979a893f0a0954b (diff)
downloadqtlocation-3856f0185442b5c4b85c770888072db0bc3fff1a.tar.gz
Add a configure feature for each geoservice plugin
This patch makes it possible to disable geoservice plugins at configuration time using the QtLite -no-feature-geoservices_xxx syntax. Change-Id: I276382833db8cfca27383705cbb3f994ced47cb3 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.json b/configure.json
index d54624af..379d8b4a 100644
--- a/configure.json
+++ b/configure.json
@@ -1,5 +1,6 @@
{
"subconfigs": [
- "src/positioning"
+ "src/positioning",
+ "src/location"
]
}