summaryrefslogtreecommitdiff
path: root/tests/auto/qgeoroutingmanagerplugins/CMakeLists.txt
blob: 10f1b1a92f667f688fb8a64d34bfb71f9609c91a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
qt_internal_add_plugin(RoutingTestGeoServicePlugin
    OUTPUT_NAME qtgeoservices_routingplugin
    CLASS_NAME QGeoServiceProviderFactoryTest
    PLUGIN_TYPE geoservices
    DEFAULT_IF FALSE
    SOURCES
        qgeoroutingmanagerengine_test.h
        qgeoserviceproviderplugin_test.h
        qgeoserviceproviderplugin_test.cpp
    LIBRARIES
        Qt::Core
        Qt::Location
        Qt::Positioning
)