Doc: Add version and description to Qt-DBus documentation
This makes sure that the Qt version is part of the HTML title. Pick-to: 6.2 Change-Id: I2ad8535a9289616d21c18bd9e92d4a91f6faced0 Reviewed-by: Paul Wicking <paul.wicking@qt.io>bb10
parent
b57f7f07cf
commit
6faa6cb1d7
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue