summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2011-01-26 15:09:39 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2011-01-26 15:09:39 (GMT)
commit836c4f622b16524aedb00e8866ddd883f1346cb5 (patch)
tree1d3cae34db603ba9ed88a41c91a6c9253de05c81
parent20a3e23bb07a8c4b363ebeb9124d04db9fe3226e (diff)
downloadQt-836c4f622b16524aedb00e8866ddd883f1346cb5.zip
Qt-836c4f622b16524aedb00e8866ddd883f1346cb5.tar.gz
Qt-836c4f622b16524aedb00e8866ddd883f1346cb5.tar.bz2
Doc: Added a link from the plugin guide to the plugin deployment guide.
Task-number: QTBUG-9501
-rw-r--r--doc/src/frameworks-technologies/plugins-howto.qdoc9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/src/frameworks-technologies/plugins-howto.qdoc b/doc/src/frameworks-technologies/plugins-howto.qdoc
index 3dc2996..b332d57 100644
--- a/doc/src/frameworks-technologies/plugins-howto.qdoc
+++ b/doc/src/frameworks-technologies/plugins-howto.qdoc
@@ -48,7 +48,7 @@
\ingroup frameworks-technologies
\ingroup qt-basic-concepts
-
+
\keyword QT_DEBUG_PLUGINS
\keyword QT_NO_PLUGIN_CHECK
@@ -87,7 +87,7 @@
directory.
\table
- \header \o Base Class \o Directory Name \o Key Case Sensitivity
+ \header \o Base Class \o Directory Name \o Key Case Sensitivity
\row \o QAccessibleBridgePlugin \o \c accessiblebridge \o Case Sensitive
\row \o QAccessiblePlugin \o \c accessible \o Case Sensitive
\row \o QDecorationPlugin \o \c decorations \o Case Insensitive
@@ -309,5 +309,10 @@
to make sure that the \c{QT_STATICPLUGIN} preprocessor macro is
defined.
+ \section1 Deploying and Debugging Plugins
+
+ The \l{Deploying Plugins} document covers the process of deploying
+ plugins with applications and debugging them when problems arise.
+
\sa QPluginLoader, QLibrary, {Plug & Paint Example}
*/