summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/geoservices.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/geoservices/geoservices.pro')
-rw-r--r--src/plugins/geoservices/geoservices.pro9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/plugins/geoservices/geoservices.pro b/src/plugins/geoservices/geoservices.pro
index cedd159b..0c2a799e 100644
--- a/src/plugins/geoservices/geoservices.pro
+++ b/src/plugins/geoservices/geoservices.pro
@@ -5,15 +5,18 @@ SUBDIRS = nokia osm mapbox esri
qtHaveModule(opengl) {
linux|android: {
equals(QT_GCC_MAJOR_VERSION, 4): greaterThan(QT_GCC_MINOR_VERSION, 8) {
- SUBDIRS += mapboxgl
+ SUBDIRS += mapboxgl ../../3rdparty/mapbox-gl-native
+ mapboxgl.depends = ../../3rdparty/mapbox-gl-native
}
greaterThan(QT_GCC_MAJOR_VERSION, 4) {
- SUBDIRS += mapboxgl
+ SUBDIRS += mapboxgl ../../3rdparty/mapbox-gl-native
+ mapboxgl.depends = ../../3rdparty/mapbox-gl-native
}
}
ios|macos: {
- SUBDIRS += mapboxgl
+ SUBDIRS += mapboxgl ../../3rdparty/mapbox-gl-native
+ mapboxgl.depends = ../../3rdparty/mapbox-gl-native
}
}