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.pro20
1 files changed, 1 insertions, 19 deletions
diff --git a/src/plugins/geoservices/geoservices.pro b/src/plugins/geoservices/geoservices.pro
index 2f28e138..b76e36cc 100644
--- a/src/plugins/geoservices/geoservices.pro
+++ b/src/plugins/geoservices/geoservices.pro
@@ -2,25 +2,7 @@ TEMPLATE = subdirs
SUBDIRS = nokia osm mapbox esri
-defineTest(supportsMapboxGL) {
- linux|android {
- equals(QT_GCC_MAJOR_VERSION, 4): greaterThan(QT_GCC_MINOR_VERSION, 8) {
- return(true)
- }
-
- greaterThan(QT_GCC_MAJOR_VERSION, 4) {
- return(true)
- }
- }
-
- ios|macos {
- return(true)
- }
-
- return(false)
-}
-
-supportsMapboxGL() {
+qtConfig(c++14):!win32 {
!exists(../../3rdparty/mapbox-gl-native/CMakeLists.txt) {
warning("Submodule mapbox-gl-native does not exist. Run 'git submodule update --init' on qtlocation.")
} else {