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