summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets
diff options
context:
space:
mode:
authoraavit <[email protected]>2012-01-24 16:05:02 +0100
committerQt by Nokia <[email protected]>2012-01-25 02:22:18 +0100
commit48f9ba388b374d56764d9bd9455fda527f6bafba (patch)
tree3da4940606741fc994128bf35d08c81957215135 /doc/src/snippets
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 <[email protected]> Reviewed-by: Friedemann Kleint <[email protected]>
Diffstat (limited to 'doc/src/snippets')
-rw-r--r--doc/src/snippets/code/doc_src_qplugin.cpp2
-rw-r--r--doc/src/snippets/code/doc_src_qplugin.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/snippets/code/doc_src_qplugin.cpp b/doc/src/snippets/code/doc_src_qplugin.cpp
index e3383a5ca02..4b82167ef9f 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 6775f4b95c0..096dc8e4ed9 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]