summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/src/plugins-howto.qdoc
diff options
context:
space:
mode:
authorSze Howe Koh <szehowe.koh@gmail.com>2013-11-06 22:49:27 +0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-06 17:47:25 +0100
commit1d54a502dd302da0b3676cfc7f35d2aa92610cf2 (patch)
tree4ed41d6bc73f2cac1db3c107c58079443523d8d1 /src/corelib/doc/src/plugins-howto.qdoc
parentd8f7a2ddf4e098786a5dec27e11786f5ff4e0433 (diff)
Doc: Fix cross-module links
- Remove Active Qt -- it's not really plugin-related - Add QDoc dependencies - NOTE: Can't add Qt QML because QDoc would get confused between the C++ and QML "Qt" namespaces. Change-Id: I15a76dbd5235f13598a3802a815f7f49b80eac8a Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/corelib/doc/src/plugins-howto.qdoc')
-rw-r--r--src/corelib/doc/src/plugins-howto.qdoc5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/corelib/doc/src/plugins-howto.qdoc b/src/corelib/doc/src/plugins-howto.qdoc
index fb91e431dd..7565d610cc 100644
--- a/src/corelib/doc/src/plugins-howto.qdoc
+++ b/src/corelib/doc/src/plugins-howto.qdoc
@@ -35,10 +35,7 @@
These \l{Qt Core} classes deal with shared libraries, (e.g. .so and DLL
files), and with Qt plugins.
- See the \l{How to Create Qt Plugins} page for more information..
-
- See also the \l{Active Qt} framework for Windows.
-
+ See the \l{How to Create Qt Plugins} page for more information.
*/
/*!