summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/movie/movie.pro
blob: e3b9b5129c7f81c2f2746ad78e13b0f789bc61fe (plain)
1
2
3
4
5
6
7
8
9
10
11
QT += widgets

HEADERS     = movieplayer.h
SOURCES     = main.cpp \
              movieplayer.cpp

EXAMPLE_FILES = animation.gif

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/widgets/movie
INSTALLS += target