summaryrefslogtreecommitdiff
path: root/src/plugins
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2017-03-27 13:54:13 +0300
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2017-03-27 11:17:22 +0000
commit02c1b7eabaab6f7b2262ab34ac46c8aeeb09f064 (patch)
treec55558e71f6f688c9262892a61bf2e4f7e4692d8 /src/plugins
parentbd63a1c5144945c134674e2b253afe26673ca13f (diff)
downloadqtlocation-02c1b7eabaab6f7b2262ab34ac46c8aeeb09f064.tar.gz
Disable Mapbox GL Native plugin for QNX
Unsupported for now. Needs to get it building first and also testing. Task-number: QTBUG-59685 Change-Id: Iec965cb758b9a1a7f007f6f1aaf69ac04d86edf2 Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Diffstat (limited to 'src/plugins')
-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..ffcb5d15 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):!win32:!qnx {
!exists(../../3rdparty/mapbox-gl-native/CMakeLists.txt) {
warning("Submodule mapbox-gl-native does not exist. Run 'git submodule update --init' on qtlocation.")
} else {