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

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

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