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>
This commit is contained in:
Sze Howe Koh 2013-11-06 22:49:27 +08:00 committed by The Qt Project
parent d8f7a2ddf4
commit 1d54a502dd
2 changed files with 2 additions and 5 deletions

View File

@ -26,7 +26,7 @@ qhp.QtCore.subprojects.classes.sortPages = true
tagfile = ../../../doc/qtcore/qtcore.tags
depends += qtgui qtwidgets qtnetwork qtdoc qtquick qtlinguist qtdesigner
depends += qtgui qtwidgets qtnetwork qtdoc qtquick qtlinguist qtdesigner qtconcurrent qtxml
headerdirs += ..

View File

@ -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.
*/
/*!