1TARGET = qtgeoservices_esri 2 3QT += location-private positioning-private network 4 5QT_FOR_CONFIG += location-private 6qtConfig(location-labs-plugin): DEFINES += LOCATIONLABS 7 8HEADERS += \ 9 geocodereply_esri.h \ 10 geocodingmanagerengine_esri.h \ 11 geomapsource.h \ 12 georoutejsonparser_esri.h \ 13 georoutereply_esri.h \ 14 georoutingmanagerengine_esri.h \ 15 geoserviceproviderfactory_esri.h \ 16 geotiledmap_esri.h \ 17 geotiledmappingmanagerengine_esri.h \ 18 geotiledmapreply_esri.h \ 19 geotilefetcher_esri.h \ 20 placemanagerengine_esri.h \ 21 placesearchreply_esri.h \ 22 placecategoriesreply_esri.h 23 24SOURCES += \ 25 geocodereply_esri.cpp \ 26 geocodingmanagerengine_esri.cpp \ 27 geomapsource.cpp \ 28 georoutejsonparser_esri.cpp \ 29 georoutereply_esri.cpp \ 30 georoutingmanagerengine_esri.cpp \ 31 geoserviceproviderfactory_esri.cpp \ 32 geotiledmap_esri.cpp \ 33 geotiledmappingmanagerengine_esri.cpp \ 34 geotiledmapreply_esri.cpp \ 35 geotilefetcher_esri.cpp \ 36 placemanagerengine_esri.cpp \ 37 placesearchreply_esri.cpp \ 38 placecategoriesreply_esri.cpp 39 40RESOURCES += \ 41 esri.qrc 42 43OTHER_FILES += \ 44 esri_plugin.json 45 46PLUGIN_TYPE = geoservices 47PLUGIN_CLASS_NAME = GeoServiceProviderFactoryEsri 48load(qt_plugin) 49