aboutsummaryrefslogtreecommitdiffstats
path: root/doc/config
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@digia.com>2013-11-05 16:33:55 +0100
committerLeena Miettinen <riitta-leena.miettinen@digia.com>2013-11-06 12:32:03 +0100
commitf7b1dbe92cafe884542a778a3ff89e6d3b0d6dbe (patch)
tree123bff7dcbe1848bb86e971453299e6db3764fe5 /doc/config
parent56a7ae72d3ce2fe1e3bf9b544dd254841c899a15 (diff)
Doc: point the automatic links to Qt 5 docs
The index files are now fetched from qt5/qtbase/doc. Removed the qt.index file that came from Q 4. When building the docs with Qt 4, no links will be generated automatically. Change-Id: I0786745f218e4c854e08012664629a7697dcadf3 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Diffstat (limited to 'doc/config')
-rw-r--r--doc/config/qtcreator-project.qdocconf5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/config/qtcreator-project.qdocconf b/doc/config/qtcreator-project.qdocconf
index a4c981c312..e7bc6a8ea7 100644
--- a/doc/config/qtcreator-project.qdocconf
+++ b/doc/config/qtcreator-project.qdocconf
@@ -7,7 +7,10 @@ imagedirs = $SRCDIR/images $SRCDIR/templates/images
outputdir = $OUTDIR
exampledirs = $SRCDIR/examples \
$SRCDIR/snippets
-indexes = qt.index
+indexes += $QT_INSTALL_DOCS/qtwidgets/qtwidgets.index \
+ $QT_INSTALL_DOCS/qtcore/qtcore.index \
+ $QT_INSTALL_DOCS/qtqml/qtqml.index \
+ $QT_INSTALL_DOCS/qtquick/qtquick.index
include(macros.qdocconf)
include(qt-cpp-ignore.qdocconf)