summaryrefslogtreecommitdiffstats
path: root/tests/manual/qtouchevent/CMakeLists.txt
blob: 8cee742ca1c596390f1ce3352893c54eaa10935c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Generated from qtouchevent.pro.

#####################################################################
## qtouchevent Binary:
#####################################################################

add_qt_manual_test(qtouchevent
    SOURCES
        form.ui
        main.cpp
        touchwidget.cpp touchwidget.h
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::Test
        Qt::Widgets
    ENABLE_AUTOGEN_TOOLS
        uic
)