summaryrefslogtreecommitdiff
path: root/tests/auto/declarativetestplugin/CMakeLists.txt
blob: 51e717972daf4e2ce9c26d62026d3c319b602206 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
qt_internal_add_qml_module(declarative_location_test
    URI QtLocation.Test
    VERSION ${PROJECT_VERSION}
    PLUGIN_TARGET declarative_location_test
    CLASS_NAME QLocationDeclarativeTestModule
    NO_GENERATE_PLUGIN_SOURCE
    NO_PLUGIN_OPTIONAL
    SOURCES
        qdeclarativepinchgenerator_p.h qdeclarativepinchgenerator.cpp
        qdeclarativelocationtestmodel_p.h qdeclarativelocationtestmodel.cpp
        testhelper.h
        locationtest.cpp
    LIBRARIES
        Qt::Core
        Qt::Qml
        Qt::Quick
        Qt::GuiPrivate
        Qt::Test
        Qt::Location
        Qt::Positioning
)