summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@digia.com>2014-10-28 09:47:40 +0100
committerLeena Miettinen <riitta-leena.miettinen@digia.com>2014-11-06 09:59:14 +0100
commita26e086b8188d7f54ddc735c735dc624b8698b57 (patch)
tree32ac3559c74a86b1188808cbc5171cf95a0939d4
parent6e6fcbf2cb565f57ee9d9d8e31f02a099caf7acf (diff)
downloadqtdoc-a26e086b8188d7f54ddc735c735dc624b8698b57.tar.gz
Doc: remove list of available Qt plugins
The list is outdated. Will move this information gradually to module docs and add links to the table that lists the base plugin classes and is updated in 924d4cd7ca5c5d226f0f195990297509353515ea. Change-Id: I40962504ac4399ec69cd48b0ca5c74ad987b92dc Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
-rw-r--r--doc/src/howtos/plugins-howto.qdoc25
1 files changed, 1 insertions, 24 deletions
diff --git a/doc/src/howtos/plugins-howto.qdoc b/doc/src/howtos/plugins-howto.qdoc
index 1b467abe..5b8efe21 100644
--- a/doc/src/howtos/plugins-howto.qdoc
+++ b/doc/src/howtos/plugins-howto.qdoc
@@ -226,30 +226,7 @@
functionality from plugins can be added without a complete rebuild
and redistribution of the application.
- When compiled as a static library, Qt provides the following
- static plugins:
-
- \table
- \header \li Plugin name \li Type \li Description
- \row \li \c qtaccessiblewidgets \li Accessibility \li Accessibility for Qt widgets
- \row \li \c qgif \li Image formats \li GIF
- \row \li \c qjpeg \li Image formats \li JPEG
- \row \li \c qmng \li Image formats \li MNG
- \row \li \c qico \li Image formats \li ICO
- \row \li \c qsvg \li Image formats \li SVG
- \row \li \c qtiff \li Image formats \li TIFF
- \row \li \c qsqldb2 \li SQL driver \li IBM DB2
- \row \li \c qsqlibase \li SQL driver \li Borland InterBase
- \row \li \c qsqlite \li SQL driver \li SQLite version 3
- \row \li \c qsqlite2 \li SQL driver \li SQLite version 2
- \row \li \c qsqlmysql \li SQL driver \li MySQL
- \row \li \c qsqloci \li SQL driver \li Oracle (OCI)
- \row \li \c qsqlodbc \li SQL driver \li Open Database Connectivity (ODBC)
- \row \li \c qsqlpsql \li SQL driver \li PostgreSQL
- \row \li \c qsqltds \li SQL driver \li Sybase Adaptive Server (TDS)
- \endtable
-
- To link those plugins statically, you need to add
+ To link plugins statically, you need to add
the required plugins to your build using \c QTPLUGIN.
In the \c .pro file for your application, you need the following