summaryrefslogtreecommitdiffstats
path: root/src/plugins/geoservices/esri/esri.pro
blob: 3642ddafee2d856bb8f46e1dc94029e29391bf4f (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
TARGET = qtgeoservices_esri

QT += location-private positioning-private network

HEADERS += \
    geocodereply_esri.h \
    geocodingmanagerengine_esri.h \
    geomapsource.h \
    georoutejsonparser_esri.h \
    georoutereply_esri.h \
    georoutingmanagerengine_esri.h \
    geoserviceproviderfactory_esri.h \
    geotiledmap_esri.h \
    geotiledmappingmanagerengine_esri.h \
    geotiledmapreply_esri.h \
    geotilefetcher_esri.h

SOURCES += \
    geocodereply_esri.cpp  \
    geocodingmanagerengine_esri.cpp \
    geomapsource.cpp \
    georoutejsonparser_esri.cpp \
    georoutereply_esri.cpp \
    georoutingmanagerengine_esri.cpp \
    geoserviceproviderfactory_esri.cpp \
    geotiledmap_esri.cpp \
    geotiledmappingmanagerengine_esri.cpp \
    geotiledmapreply_esri.cpp \
    geotilefetcher_esri.cpp

RESOURCES += \
    esri.qrc

OTHER_FILES += \
    esri_plugin.json

PLUGIN_TYPE = geoservices
PLUGIN_CLASS_NAME = GeoServiceProviderFactoryEsri
load(qt_plugin)