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

#####################################################################
## animatedtiles Binary:
#####################################################################

add_qt_executable(animatedtiles
    GUI
    OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/animation/animatedtiles"
    INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/animation/animatedtiles"
    SOURCES
        main.cpp
    LIBRARIES
        Qt::Widgets
)

# Resources:
add_qt_resource(animatedtiles "animatedtiles" FILES
    images/Time-For-Lunch-2.jpg
    images/centered.png
    images/ellipse.png
    images/figure8.png
    images/kinetic.png
    images/random.png
    images/tile.png)