summaryrefslogtreecommitdiff
path: root/tests/auto/qgeocodingmanagerplugins/qgeocodingmanagerplugins.pro
blob: 8f34477e5e3a88421fb7f9c2dd736807c0378dfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0