summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Binner <stephan.binner@basyskom.com>2017-04-18 20:09:58 +0200
committerStephan Binner <stephan.binner@basyskom.com>2017-04-19 08:33:53 +0000
commit12e45e9e4052a18d70048624e2303ecdcf24f22e (patch)
tree2b7453067828665f7ff22521b9d22b4c819288c3
parentc8a4d90780a76a9c4719b0ad5ac073bc3c4300f0 (diff)
downloadqtlocation-12e45e9e4052a18d70048624e2303ecdcf24f22e.tar.gz
Fix build for -no-feature-concurrent
Change-Id: I42e67c0af0b0658d6f1a876191e561d86aaa3ae8 Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
-rw-r--r--src/plugins/geoservices/geoservices.pro6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/plugins/geoservices/geoservices.pro b/src/plugins/geoservices/geoservices.pro
index ffcb5d15..a0d29325 100644
--- a/src/plugins/geoservices/geoservices.pro
+++ b/src/plugins/geoservices/geoservices.pro
@@ -1,6 +1,10 @@
TEMPLATE = subdirs
-SUBDIRS = nokia osm mapbox esri itemsoverlay
+SUBDIRS = nokia mapbox esri itemsoverlay
+
+qtConfig(concurrent) {
+ SUBDIRS += osm
+}
qtConfig(c++14):!win32:!qnx {
!exists(../../3rdparty/mapbox-gl-native/CMakeLists.txt) {