summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsensorgestureplugins/CMakeLists.txt
blob: 249415a1ec51b51c1e5b19f35fdaf2f77518562e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#####################################################################
## tst_qsensorgesturepluginstest Binary:
#####################################################################

qt_internal_add_test(tst_qsensorgesturepluginstest
    SOURCES
        ../common/test_backends.cpp ../common/test_backends.h
        tst_qsensorgesturepluginstest.cpp
    INCLUDE_DIRECTORIES
        ../qsensor
    PUBLIC_LIBRARIES
        Qt::Sensors
        Qt::Test
)