summaryrefslogtreecommitdiffstats
path: root/examples/widgets/movie/movie.pro
blob: f5c94d38d159b9c72de9885ab2ff8d202c2be667 (plain)
1
2
3
4
5
6
7
8
9
10
11
HEADERS     = movieplayer.h
SOURCES     = main.cpp \
              movieplayer.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/movie
sources.files = $$SOURCES $$HEADERS $$RESOURCES movie.pro animation.mng
sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/movie
INSTALLS += target sources

include($$QT_SOURCE_TREE/examples/examplebase.pri)