summaryrefslogtreecommitdiffstats
path: root/examples/widgets/movie/movie.pro
blob: 25f1c282f7b6f3c07664b688cd634b74942ac39e (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 movies
sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/movie
INSTALLS += target sources

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