summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2017-04-18 15:04:57 -0700
committerJake Petroules <jake.petroules@qt.io>2017-04-21 02:34:29 +0000
commit153c16d3ce18158c5925e11bbeaf18892d5b8710 (patch)
treef3497bd0b4b1f9c5f134f84455994811a211cc6c /src/plugins/geoservices
parent8bfc247bd4616fa7472ea1ae65ee72650d40c12f (diff)
downloadqtlocation-153c16d3ce18158c5925e11bbeaf18892d5b8710.tar.gz
Exclude mapbox-gl on systems without OpenGL (like watchOS)
Change-Id: I27156cf27ad66424d1f16c8bacbf780c0c1f0dfd Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@qt.io>
Diffstat (limited to 'src/plugins/geoservices')
-rw-r--r--src/plugins/geoservices/geoservices.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/geoservices/geoservices.pro b/src/plugins/geoservices/geoservices.pro
index 5a8647a5..11ef7c1e 100644
--- a/src/plugins/geoservices/geoservices.pro
+++ b/src/plugins/geoservices/geoservices.pro
@@ -2,7 +2,7 @@ TEMPLATE = subdirs
SUBDIRS = nokia osm mapbox esri itemsoverlay
-qtConfig(c++14):!win32 {
+qtConfig(c++14):qtConfig(opengl):!win32 {
!exists(../../3rdparty/mapbox-gl-native/CMakeLists.txt) {
warning("Submodule mapbox-gl-native does not exist. Run 'git submodule update --init' on qtlocation.")
} else {