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

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

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