summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/movie/CMakeLists.txt
blob: 0df3465feab11296fc89361c07624f5181f93bc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Generated from movie.pro.

#####################################################################
## movie Binary:
#####################################################################

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

#### Keys ignored in scope 1:.:movie.pro:<NONE>:
# EXAMPLE_FILES = "animation.gif"