summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/itemviews/qcolumnview/CMakeLists.txt
blob: 07ae31be613969763c586d75bc2730d3ef63f4ba (plain)
1
2
3
4
5
6
7
8
9
10
11
add_qt_test("tst_qcolumnview"
    SOURCES
        ../../../../shared/fakedirmodel.h
        tst_qcolumnview.cpp
    LIBRARIES
        Qt::Widgets
        Qt::WidgetsPrivate
        Qt::GuiPrivate
        Qt::CorePrivate
        Qt::TestPrivate
)