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

#####################################################################
## event_compression Binary:
#####################################################################

add_qt_manual_test(event_compression
    SOURCES
        main.cpp
        mousestatwidget.cpp mousestatwidget.h
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::Test
        Qt::Widgets
)