summaryrefslogtreecommitdiffstats
path: root/tests/manual/itemmodeltest/CMakeLists.txt
blob: 070ffe60e69c15e29d7289ff509249894ea0cd97 (plain)
1
2
3
4
5
6
7
8
qt_add_executable(itemmodeltest
    GUI
    SOURCES
        main.cpp
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::Widgets
)