summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsensor/CMakeLists.txt
blob: 3cdb4cf8267a5f770950de7771c332bc9178f52c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#####################################################################
## tst_qsensor Test:
#####################################################################

qt_internal_add_test(tst_qsensor
    SOURCES
        test_backends.cpp test_backends.h
        test_sensor.cpp test_sensor.h test_sensor_p.h
        test_sensor2.cpp test_sensor2.h test_sensor2_p.h
        test_sensor2impl.cpp test_sensor2impl.h
        test_sensorimpl.cpp test_sensorimpl.h
        test_sensorplugin.cpp
        tst_qsensor.cpp
    DEFINES
        QT_STATICPLUGIN
    PUBLIC_LIBRARIES
        Qt::CorePrivate
        Qt::SensorsPrivate
)