summaryrefslogtreecommitdiffstats
path: root/examples/widgets
diff options
context:
space:
mode:
authoraavit <qt_aavit@ovi.com>2012-01-24 16:05:02 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-25 02:22:18 +0100
commit48f9ba388b374d56764d9bd9455fda527f6bafba (patch)
tree3da4940606741fc994128bf35d08c81957215135 /examples/widgets
parentc0d30db45ca0af9c3010097d8cd8b1ae92cf83ea (diff)
Remove support for the MNG file format and the bundled libmng
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>
Diffstat (limited to 'examples/widgets')
-rw-r--r--examples/widgets/imageviewer/imageviewer.pro2
-rw-r--r--examples/widgets/movie/animation.gifbin0 -> 42629 bytes
-rw-r--r--examples/widgets/movie/animation.mngbin5464 -> 0 bytes
-rw-r--r--examples/widgets/movie/movie.pro5
4 files changed, 3 insertions, 4 deletions
diff --git a/examples/widgets/imageviewer/imageviewer.pro b/examples/widgets/imageviewer/imageviewer.pro
index e3fea079bd..5468a951ca 100644
--- a/examples/widgets/imageviewer/imageviewer.pro
+++ b/examples/widgets/imageviewer/imageviewer.pro
@@ -12,7 +12,7 @@ INSTALLS += target sources
#Symbian has built-in component named imageviewer so we use different target
wince*: {
- DEPLOYMENT_PLUGIN += qjpeg qmng qgif
+ DEPLOYMENT_PLUGIN += qjpeg qgif
}
QT += widgets printsupport
diff --git a/examples/widgets/movie/animation.gif b/examples/widgets/movie/animation.gif
new file mode 100644
index 0000000000..f674369efc
--- /dev/null
+++ b/examples/widgets/movie/animation.gif
Binary files differ
diff --git a/examples/widgets/movie/animation.mng b/examples/widgets/movie/animation.mng
deleted file mode 100644
index 12b688aac6..0000000000
--- a/examples/widgets/movie/animation.mng
+++ /dev/null
Binary files differ
diff --git a/examples/widgets/movie/movie.pro b/examples/widgets/movie/movie.pro
index eb70d6d0b6..dd6e40b83c 100644
--- a/examples/widgets/movie/movie.pro
+++ b/examples/widgets/movie/movie.pro
@@ -4,16 +4,15 @@ SOURCES = main.cpp \
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/movie
-sources.files = $$SOURCES $$HEADERS $$RESOURCES movie.pro animation.mng
+sources.files = $$SOURCES $$HEADERS $$RESOURCES movie.pro animation.gif
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/movie
INSTALLS += target sources
wince*: {
- addFiles.files += *.mng
+ addFiles.files += *.gif
addFiles.path = .
DEPLOYMENT += addFiles
- DEPLOYMENT_PLUGIN += qmng
}
QT += widgets