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

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

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