48f9ba388b
The MNG file format is generally abandoned, and libmng has been unmaintained for several years. The MNG plugin and bundled libmng has been moved to the qtimageformats project on Gerrit. Task-number: QTBUG-21869 Change-Id: I946432347014ffde2b72307a5f8b166ca5553602 Reviewed-by: Lars Knoll <lars.knoll@nokia.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
21 lines
492 B
Prolog
21 lines
492 B
Prolog
HEADERS = movieplayer.h
|
|
SOURCES = main.cpp \
|
|
movieplayer.cpp
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/movie
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES movie.pro animation.gif
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/movie
|
|
INSTALLS += target sources
|
|
|
|
|
|
wince*: {
|
|
addFiles.files += *.gif
|
|
addFiles.path = .
|
|
DEPLOYMENT += addFiles
|
|
}
|
|
|
|
QT += widgets
|
|
|
|
simulator: warning(This example might not fully work on Simulator platform)
|