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

#####################################################################
## tableview Binary:
#####################################################################

qt_add_manual_test(tableview
    GUI
    SOURCES
        ../shared/shared.h
        main.cpp
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::Widgets
)