summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/undo/CMakeLists.txt
blob: 751026bd626c03a30ec1ba375867154a667ff076 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Generated from undo.pro.

#####################################################################
## undo Binary:
#####################################################################

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

# Resources:
add_qt_resource(undo "undo" PREFIX "/" FILES
    icons/background.png
    icons/blue.png
    icons/circle.png
    icons/exit.png
    icons/fileclose.png
    icons/filenew.png
    icons/fileopen.png
    icons/filesave.png
    icons/green.png
    icons/ok.png
    icons/rectangle.png
    icons/red.png
    icons/redo.png
    icons/remove.png
    icons/triangle.png
    icons/undo.png)


## Scopes:
#####################################################################

#### Keys ignored in scope 2:.:undo.pro:build_all AND NOT build_pass:
# CONFIG = "-build_all" "release"