From 0e9eb2e946a163525de9e251210602f335354310 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Tue, 14 Sep 2021 13:40:08 +0200 Subject: [PATCH] Doc: Add version and description to Qt-DBus documentation This makes sure that the Qt version is part of the HTML title. Change-Id: I2ad8535a9289616d21c18bd9e92d4a91f6faced0 Reviewed-by: Paul Wicking (cherry picked from commit 6faa6cb1d79aa600100398de27ee58481e85e85e) Reviewed-by: Qt Cherry-pick Bot --- src/dbus/doc/qtdbus.qdocconf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/dbus/doc/qtdbus.qdocconf b/src/dbus/doc/qtdbus.qdocconf index e88f39ce869..35f17b1f34e 100644 --- a/src/dbus/doc/qtdbus.qdocconf +++ b/src/dbus/doc/qtdbus.qdocconf @@ -2,7 +2,9 @@ include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf) include($QT_INSTALL_DOCS/config/exampleurl-qtbase.qdocconf) # Name of the project which must match the outputdir. Determines the .index file -project = QtDBus +project = QtDBus +description = Qt D-Bus Reference Documentation +version = $QT_VERSION # Directories in which to search for files to document and images. # By default set to the root directory of the project for sources