summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/geoservices.pro
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2017-01-31 15:34:14 +0200
committerPaolo Angelelli <paolo.angelelli@qt.io>2017-01-31 15:37:30 +0000
commit4570d5ce40625015005a5904561ef8122f9adad9 (patch)
tree3b99936830db3f468fefa75b57116e7ab436aa74 /src/plugins/geoservices/geoservices.pro
parent92c97cda0496e0770488dc069c665248159f7230 (diff)
downloadqtlocation-4570d5ce40625015005a5904561ef8122f9adad9.tar.gz
Momentarily disable/remove Mapbox GL 3rdparty
We are moving it to a new directory, but seems like the CI bots are not happy with moving a submodule, so we will remove and then add again in a new location. Change-Id: I66a251fd567ebdb8864d3afaaef1a9a663c7b106 Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
Diffstat (limited to 'src/plugins/geoservices/geoservices.pro')
-rw-r--r--src/plugins/geoservices/geoservices.pro17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/plugins/geoservices/geoservices.pro b/src/plugins/geoservices/geoservices.pro
index 32dfee96..7a392b57 100644
--- a/src/plugins/geoservices/geoservices.pro
+++ b/src/plugins/geoservices/geoservices.pro
@@ -1,20 +1,3 @@
TEMPLATE = subdirs
SUBDIRS = nokia osm mapbox esri
-
-linux|android: {
- equals(QT_GCC_MAJOR_VERSION, 4): greaterThan(QT_GCC_MINOR_VERSION, 8) {
- SUBDIRS += mapboxgl 3rdparty
- mapboxgl.depends += 3rdparty
- }
-
- greaterThan(QT_GCC_MAJOR_VERSION, 4) {
- SUBDIRS += mapboxgl 3rdparty
- mapboxgl.depends += 3rdparty
- }
-}
-
-ios|macos: {
- SUBDIRS += mapboxgl 3rdparty
- mapboxgl.depends += 3rdparty
-}