summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/geoservices.pro
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2017-01-31 16:18:19 +0200
committerPaolo Angelelli <paolo.angelelli@qt.io>2017-01-31 16:41:51 +0000
commitae02d4c70a95dc40aeb4be41950930847c640cef (patch)
tree9a594df990480f4739527c51efe5d8deb7e46ae6 /src/plugins/geoservices/geoservices.pro
parent4570d5ce40625015005a5904561ef8122f9adad9 (diff)
downloadqtlocation-ae02d4c70a95dc40aeb4be41950930847c640cef.tar.gz
Re-enable the Mapbox GL 3rdparty and the plugin
It was previously disabled so we could move the 3rdparty package to a more consistent location. Change-Id: I9ebd8c8fe131b2821aa3205e0deda87e9e9db19c Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
Diffstat (limited to 'src/plugins/geoservices/geoservices.pro')
-rw-r--r--src/plugins/geoservices/geoservices.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/plugins/geoservices/geoservices.pro b/src/plugins/geoservices/geoservices.pro
index 7a392b57..a70822dd 100644
--- a/src/plugins/geoservices/geoservices.pro
+++ b/src/plugins/geoservices/geoservices.pro
@@ -1,3 +1,17 @@
TEMPLATE = subdirs
SUBDIRS = nokia osm mapbox esri
+
+linux|android: {
+ equals(QT_GCC_MAJOR_VERSION, 4): greaterThan(QT_GCC_MINOR_VERSION, 8) {
+ SUBDIRS += mapboxgl
+ }
+
+ greaterThan(QT_GCC_MAJOR_VERSION, 4) {
+ SUBDIRS += mapboxgl
+ }
+}
+
+ios|macos: {
+ SUBDIRS += mapboxgl
+}