summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2015-02-06 15:28:36 +0100
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-02-09 14:27:16 +0000
commit09f3e81e7306096294b65cecee899fd32bd7d406 (patch)
treefb531b303aa18ff559456a83de97a342b8f22af9
parente27168074c9062f453059a6d95d1d99ca05b166c (diff)
downloadqtlocation-09f3e81e7306096294b65cecee899fd32bd7d406.tar.gz
Fix non-building geoservices plugins
Change-Id: I2f0e896e3fff64ddf69d91a8053f98f3424f3747 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
-rw-r--r--src/plugins/plugins.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/plugins.pro b/src/plugins/plugins.pro
index 099f7995..35b462d4 100644
--- a/src/plugins/plugins.pro
+++ b/src/plugins/plugins.pro
@@ -1,3 +1,3 @@
TEMPLATE = subdirs
qtHaveModule(positioning): SUBDIRS += position
-qtHaveModule(location) SUBDIRS += geoservices
+qtHaveModule(location): SUBDIRS += geoservices