summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tutorials/notepad/.prev_CMakeLists.txt
blob: 6634c8c1488bd3043d481f8d77358601cdf29c10 (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
45
46
47
48
49
# Generated from notepad.pro.

#####################################################################
## notepad Binary:
#####################################################################

add_qt_executable(notepad
    GUI
    OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/tutorials/notepad"
    INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/tutorials/notepad"
    SOURCES
        main.cpp
        notepad.cpp notepad.h notepad.ui
    ENABLE_AUTOGEN_TOOLS
        uic
)

# Resources:
add_qt_resource(notepad "notepad" PREFIX "/" FILES
    images/bold.png
    images/copy.png
    images/create.png
    images/cut.png
    images/edit_redo.png
    images/edit_undo.png
    images/exit.png
    images/font.png
    images/info.png
    images/italic.png
    images/new.png
    images/open.png
    images/paste.png
    images/pencil.png
    images/print.png
    images/save.png
    images/save_as.png
    images/underline.png)


#### Keys ignored in scope 1:.:.:notepad.pro:<TRUE>:
# TEMPLATE = "app"

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

extend_target(notepad CONDITION TARGET Qt::PrintSupport
    PUBLIC_LIBRARIES
        Qt::PrintSupport
)