summaryrefslogtreecommitdiffstats
path: root/tests/auto/qgeoroutingmanagerplugins/qgeoroutingmanagerplugins.pro
blob: cb17bcc66ccd4b35559d7cccfb72207c380f832e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TARGET = qtgeoservices_routingplugin
QT += location

PLUGIN_TYPE = geoservices
load(qt_plugin)

HEADERS += qgeoroutingmanagerengine_test.h \
           qgeoserviceproviderplugin_test.h

SOURCES += qgeoserviceproviderplugin_test.cpp

OTHER_FILES += \
    routing_plugin.json
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0