summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/qinputdevice/CMakeLists.txt
blob: bbf14820411cfb88d5baf1080668eed8bd3386f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
#####################################################################
## tst_qinputdevice Test:
#####################################################################

add_qt_test(tst_qinputdevice
    SOURCES
        tst_qinputdevice.cpp
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::GuiPrivate
)