summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/itemviews/qtableview/CMakeLists.txt
blob: 0906f4c5a1576375abed50f6fbd3b2c348cfee31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Generated from qtableview.pro.

#####################################################################
## tst_qtableview Test:
#####################################################################

add_qt_test(tst_qtableview
    SOURCES
        tst_qtableview.cpp
    LIBRARIES
        Qt::CorePrivate
        Qt::GuiPrivate
        Qt::TestPrivate
        Qt::WidgetsPrivate
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::Widgets
)