summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/mapboxgl
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2017-02-02 18:24:34 +0200
committerPaolo Angelelli <paolo.angelelli@qt.io>2017-02-02 16:37:15 +0000
commitc3061616813b769699ee0ae8ce6f6c55e0db12e4 (patch)
tree0223556b5f6b7db24fa3f3362857a30b44439612 /src/plugins/geoservices/mapboxgl
parent77649273d79721a1abb4eabb0d6cedc7e4f17a5a (diff)
downloadqtlocation-c3061616813b769699ee0ae8ce6f6c55e0db12e4.tar.gz
Fix Mapbox GL plugin not being bundled on Android
Make the plugin dependencies explicit and visible so androiddeployqt can see it and add them to the bundle. Only dependencies that are exclusively used by Mapbox GL need to be visible, the others are already exposed by Qt Location. Task-number: QTBUG-58589 Change-Id: Ia2bd2109f49e1305a9868e288a390979622db311 Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
Diffstat (limited to 'src/plugins/geoservices/mapboxgl')
-rw-r--r--src/plugins/geoservices/mapboxgl/mapboxgl.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/geoservices/mapboxgl/mapboxgl.pro b/src/plugins/geoservices/mapboxgl/mapboxgl.pro
index 630bd6a9..6714ee55 100644
--- a/src/plugins/geoservices/mapboxgl/mapboxgl.pro
+++ b/src/plugins/geoservices/mapboxgl/mapboxgl.pro
@@ -4,7 +4,9 @@ QT += \
quick-private \
location-private \
positioning-private \
- network
+ network \
+ opengl \
+ sql
HEADERS += \
qgeoserviceproviderpluginmapboxgl.h \