summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/geoservices')
-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) {