summaryrefslogtreecommitdiff
path: root/tests/auto/qgeocodingmanagerplugins/qgeocodingmanagerplugins.pro
blob: 936eb2f20dbba84444ae57abe9e09f13e762d714 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
load(qt_plugin)

TARGET = qtgeoservices_geocodingplugin
QT += location

DESTDIR = $$QT.location.plugins/geoservices

HEADERS += qgeocodingmanagerengine_test.h \
           qgeoserviceproviderplugin_test.h

SOURCES += qgeoserviceproviderplugin_test.cpp

target.path += $$[QT_INSTALL_PLUGINS]/geoservices
INSTALLS += target

OTHER_FILES += \
    geocoding_plugin.json