summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/undoframework/CMakeLists.txt
blob: 0689d0df0856214a32e8a4a91c3e443c1f16d9d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Generated from undoframework.pro.

#####################################################################
## undoframework Binary:
#####################################################################

add_qt_executable(undoframework
    GUI
    OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/tools/undoframework"
    INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/tools/undoframework"
    SOURCES
        commands.cpp commands.h
        diagramitem.cpp diagramitem.h
        diagramscene.cpp diagramscene.h
        main.cpp
        mainwindow.cpp mainwindow.h
    LIBRARIES
        Qt::Widgets
)

# Resources:
add_qt_resource(undoframework "undoframework" FILES
    images/cross.png)