TARGET = qtgeoservices_geocodingplugin
QT += location

PLUGIN_TYPE = geoservices
PLUGIN_CLASS_NAME = GeocodingTestGeoServicePlugin
PLUGIN_EXTENDS = -
load(qt_plugin)

HEADERS += qgeocodingmanagerengine_test.h \
           qgeoserviceproviderplugin_test.h

SOURCES += qgeoserviceproviderplugin_test.cpp

OTHER_FILES += \
    geocoding_plugin.json
