summaryrefslogtreecommitdiff
path: root/tests/auto/placesplugin_unsupported/CMakeLists.txt
blob: 08401d012c84e2c82ef24a68d785b85edfc262a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
qt_internal_add_plugin(UnsupportedPlacesGeoServicePlugin
    OUTPUT_NAME qtgeoservices_placesplugin_unsupported
    CLASS_NAME QGeoServiceProviderFactoryTest
    PLUGIN_TYPE geoservices
    DEFAULT_IF FALSE
    SOURCES
        qgeoserviceproviderplugin_test.h
        qgeoserviceproviderplugin_test.cpp
    LIBRARIES
        Qt::Core
        Qt::Location
)