summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/mapbox/mapbox.pro
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2014-10-21 14:18:13 -0400
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-01-09 09:00:35 +0100
commit3a48d5bf848ccd2b59eb4abbb3ee240bd688321c (patch)
tree78aa021e415daadd8247cfd6820639ddb0cc8a21 /src/plugins/geoservices/mapbox/mapbox.pro
parent9735cab006350ef9cb9a3f9b32b4829350bd1c6e (diff)
downloadqtlocation-3a48d5bf848ccd2b59eb4abbb3ee240bd688321c.tar.gz
Add Mapbox plugin.
Allow Mapbox (https://www.mapbox.com) maps to be used. This requires the user to set the mapbox.map_id and mapbox.access_token parameters for the Map object. Change-Id: I3095df260dd0c9d49d84d45385c5a530fcffee0b Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'src/plugins/geoservices/mapbox/mapbox.pro')
-rw-r--r--src/plugins/geoservices/mapbox/mapbox.pro22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/plugins/geoservices/mapbox/mapbox.pro b/src/plugins/geoservices/mapbox/mapbox.pro
new file mode 100644
index 00000000..7fdfa508
--- /dev/null
+++ b/src/plugins/geoservices/mapbox/mapbox.pro
@@ -0,0 +1,22 @@
+TARGET = qtgeoservices_mapbox
+QT += location-private positioning-private network
+
+PLUGIN_TYPE = geoservices
+PLUGIN_CLASS_NAME = QGeoServiceProviderFactoryMapbox
+load(qt_plugin)
+
+HEADERS += \
+ qgeoserviceproviderpluginmapbox.h \
+ qgeotiledmappingmanagerenginemapbox.h \
+ qgeotilefetchermapbox.h \
+ qgeomapreplymapbox.h
+
+SOURCES += \
+ qgeoserviceproviderpluginmapbox.cpp \
+ qgeotiledmappingmanagerenginemapbox.cpp \
+ qgeotilefetchermapbox.cpp \
+ qgeomapreplymapbox.cpp
+
+OTHER_FILES += \
+ mapbox_plugin.json
+