summaryrefslogtreecommitdiffstats
path: root/src/dbus/doc/qtdbus.qdocconf
diff options
context:
space:
mode:
Diffstat (limited to 'src/dbus/doc/qtdbus.qdocconf')
-rw-r--r--src/dbus/doc/qtdbus.qdocconf19
1 files changed, 12 insertions, 7 deletions
diff --git a/src/dbus/doc/qtdbus.qdocconf b/src/dbus/doc/qtdbus.qdocconf
index e08bbfd94e..90ee5743ff 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
@@ -10,8 +12,9 @@ project = QtDBus
# Images should be placed in <rootdir>/dic/images and examples in
# <rootdir>/examples.
# Paths are relative to the location of this file.
-exampledirs += ../../../examples/dbus \
- snippets
+exampledirs += . \
+ snippets \
+ ../../../examples/dbus
headerdirs += ..
imagedirs += images \
@@ -24,7 +27,7 @@ examplesinstallpath = dbus
tagfile = qtdbus.tags
-depends += qtdoc qtcore
+depends += qtcore qtdoc qmake qtcmake
# The following parameters are for creating a qhp file, the qhelpgenerator
# program can convert the qhp file into a qch file which can be opened in
@@ -60,6 +63,8 @@ qhp.QtDBus.subprojects.examples.selectors = fake:example
navigation.landingpage = "Qt D-Bus"
navigation.cppclassespage = "Qt D-Bus C++ Classes"
-manifestmeta.thumbnail.names = "QtDBus/D-Bus List Names Example" \
- "QtDBus/D-Bus Ping Pong Example" \
- "QtDBus/D-Bus Complex Ping Pong Example"
+manifestmeta.thumbnail.names = "QtDBus/D-Bus Ping Pong" \
+ "QtDBus/D-Bus Complex Ping Pong"
+
+# Enforce zero documentation warnings
+warninglimit = 0