summaryrefslogtreecommitdiffstats
path: root/examples/widgets/animation/stickman/CMakeLists.txt
blob: f604598232812d1e916da8d4d0175777005b0ff7 (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
# Generated from stickman.pro.

#####################################################################
## stickman Binary:
#####################################################################

add_qt_executable(stickman
    GUI
    OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/animation/stickman"
    INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/animation/stickman"
    SOURCES
        animation.cpp animation.h
        graphicsview.cpp graphicsview.h
        lifecycle.cpp lifecycle.h
        main.cpp
        node.cpp node.h
        rectbutton.cpp rectbutton.h
        stickman.cpp stickman.h
    LIBRARIES
        Qt::Widgets
)

# Resources:
add_qt_resource(stickman "stickman" FILES
    animations/chilling.bin
    animations/dancing.bin
    animations/dead.bin
    animations/jumping.bin)