From 48f9ba388b374d56764d9bd9455fda527f6bafba Mon Sep 17 00:00:00 2001 From: aavit Date: Tue, 24 Jan 2012 16:05:02 +0100 Subject: 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 Reviewed-by: Friedemann Kleint --- doc/src/snippets/code/doc_src_qplugin.cpp | 2 +- doc/src/snippets/code/doc_src_qplugin.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src') diff --git a/doc/src/snippets/code/doc_src_qplugin.cpp b/doc/src/snippets/code/doc_src_qplugin.cpp index e3383a5ca0..4b82167ef9 100644 --- a/doc/src/snippets/code/doc_src_qplugin.cpp +++ b/doc/src/snippets/code/doc_src_qplugin.cpp @@ -60,5 +60,5 @@ Q_IMPORT_PLUGIN(qjpeg) //! [3] TEMPLATE = app -QTPLUGIN += qjpeg qgif qmng # image formats +QTPLUGIN += qjpeg qgif # image formats //! [3] diff --git a/doc/src/snippets/code/doc_src_qplugin.pro b/doc/src/snippets/code/doc_src_qplugin.pro index 6775f4b95c..096dc8e4ed 100644 --- a/doc/src/snippets/code/doc_src_qplugin.pro +++ b/doc/src/snippets/code/doc_src_qplugin.pro @@ -40,5 +40,5 @@ #! [3] TEMPLATE = app -QTPLUGIN += qjpeg qgif qmng # image formats +QTPLUGIN += qjpeg qgif # image formats #! [3] -- cgit v1.2.3