summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/mapbox/mapbox.pro
blob: e017b7983693e285bc3ababe18cdcedd07ac0d68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
TARGET = qtgeoservices_mapbox

QT += location-private positioning-private network

HEADERS += \
    qgeoserviceproviderpluginmapbox.h \
    qgeotiledmappingmanagerenginemapbox.h \
    qgeotilefetchermapbox.h \
    qgeomapreplymapbox.h \
    qgeofiletilecachemapbox.h \
    qgeoroutingmanagerenginemapbox.h \
    qgeoroutereplymapbox.h \
    qplacecategoriesreplymapbox.h \
    qplacemanagerenginemapbox.h \
    qplacesearchsuggestionreplymapbox.h \
    qplacesearchreplymapbox.h \
    qmapboxcommon.h

SOURCES += \
    qgeoserviceproviderpluginmapbox.cpp \
    qgeotiledmappingmanagerenginemapbox.cpp \
    qgeotilefetchermapbox.cpp \
    qgeomapreplymapbox.cpp \
    qgeofiletilecachemapbox.cpp \
    qgeoroutingmanagerenginemapbox.cpp \
    qgeoroutereplymapbox.cpp \
    qplacecategoriesreplymapbox.cpp \
    qplacemanagerenginemapbox.cpp \
    qplacesearchsuggestionreplymapbox.cpp \
    qplacesearchreplymapbox.cpp \
    qmapboxcommon.cpp

RESOURCES += mapbox.qrc

OTHER_FILES += \
    mapbox_plugin.json

PLUGIN_TYPE = geoservices
PLUGIN_CLASS_NAME = QGeoServiceProviderFactoryMapbox
load(qt_plugin)