1TARGET = qtgeoservices_qmltestplugin
2QT += location-private positioning-private testlib
3
4PLUGIN_TYPE = geoservices
5PLUGIN_CLASS_NAME = TestGeoServicePlugin
6PLUGIN_EXTENDS = -
7load(qt_plugin)
8
9HEADERS += qgeocodingmanagerengine_test.h \
10           qgeoserviceproviderplugin_test.h \
11           qgeoroutingmanagerengine_test.h \
12           qplacemanagerengine_test.h \
13           qgeotiledmappingmanagerengine_test.h \
14           qgeotiledmap_test.h \
15           qgeotilefetcher_test.h
16
17SOURCES += qgeoserviceproviderplugin_test.cpp \
18           qgeotiledmap_test.cpp
19
20OTHER_FILES += \
21    geotestplugin.json \
22    place_data.json
23RESOURCES += testdata.qrc
24