aboutsummaryrefslogtreecommitdiffstats
path: root/doc/config
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2014-07-11 17:29:46 +0200
committerJerome Pasion <jerome.pasion@digia.com>2014-07-14 11:29:26 +0200
commit7eebf9997850de606bbd00f5eb64720888940c1c (patch)
tree4095ac4581596bba685ad7b28eecda418df466ac /doc/config
parent64b51ff6cc1dfc4e6af50d85b8cdef510d724f25 (diff)
Doc: Set homepage and build version in qdocconf
-QDoc creates a link to the homepage on each page. -build version lets readers know the version of the manual. -not really relevant when building with Qt 4.8, but it doesn't break 4.8-built documentation. Change-Id: I70437c39e4bd5f209c1b6cab5ac7c795fb3d44ad Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Diffstat (limited to 'doc/config')
-rw-r--r--doc/config/qbs-project.qdocconf5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/config/qbs-project.qdocconf b/doc/config/qbs-project.qdocconf
index c8d89b817..22e9ba7f3 100644
--- a/doc/config/qbs-project.qdocconf
+++ b/doc/config/qbs-project.qdocconf
@@ -1,7 +1,7 @@
project = "Qt Build Suite"
description = "QBS Manual"
-headerdirs =
+headerdirs =
sourcedirs = $SRCDIR
imagedirs = $SRCDIR/images $SRCDIR/templates/images
outputdir = $OUTDIR
@@ -31,3 +31,6 @@ qhp.Qbs.subprojects.manual.type = manual
# Doxygen compatibility commands
macro.see = "\\sa"
macro.function = "\\fn"
+
+navigation.homepage = "Qbs Manual"
+buildversion = "Qt Build Suite $QBS_VERSION"