summaryrefslogtreecommitdiffstats
path: root/examples/widgets/itemviews/simpledommodel/CMakeLists.txt
blob: 2514287049537e6746d0c685f234cb3b0376ee2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Generated from simpledommodel.pro.

#####################################################################
## simpledommodel Binary:
#####################################################################

add_qt_executable(simpledommodel
    GUI
    OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/itemviews/simpledommodel"
    INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/itemviews/simpledommodel"
    SOURCES
        domitem.cpp domitem.h
        dommodel.cpp dommodel.h
        main.cpp
        mainwindow.cpp mainwindow.h
    LIBRARIES
        Qt::Xml
        Qt::Widgets
)