1TARGET = qtgeoservices_geocodingplugin 2QT += location 3 4PLUGIN_TYPE = geoservices 5PLUGIN_CLASS_NAME = GeocodingTestGeoServicePlugin 6PLUGIN_EXTENDS = - 7load(qt_plugin) 8 9HEADERS += qgeocodingmanagerengine_test.h \ 10 qgeoserviceproviderplugin_test.h 11 12SOURCES += qgeoserviceproviderplugin_test.cpp 13 14OTHER_FILES += \ 15 geocoding_plugin.json 16