summaryrefslogtreecommitdiffstats
path: root/doc/qtautodeploymentserver-project.qdocconf
diff options
context:
space:
mode:
Diffstat (limited to 'doc/qtautodeploymentserver-project.qdocconf')
-rw-r--r--doc/qtautodeploymentserver-project.qdocconf13
1 files changed, 9 insertions, 4 deletions
diff --git a/doc/qtautodeploymentserver-project.qdocconf b/doc/qtautodeploymentserver-project.qdocconf
index 258ef99..d310e7a 100644
--- a/doc/qtautodeploymentserver-project.qdocconf
+++ b/doc/qtautodeploymentserver-project.qdocconf
@@ -3,9 +3,14 @@ description = Qt Automotive Suite Deployment Server Documentat
version = $QT_VERSION
url = https://doc.qt.io/QtAutoDeploymentServer
+# needed for the new clang based qdoc parser
+moduleheader = QtAutoDeploymentServerDoc
+includepaths = -I.
+
sourcedirs += src
imagedirs += src/images
+depends += qtcore qtapplicationmanager
qhp.projects = QtAutoDeploymentServer
qhp.QtAutoDeploymentServer.file = qtautodeploymentserver.qhp
@@ -20,8 +25,8 @@ qhp.QtAutoDeploymentServer.customFilters.Qt.filterAttributes = qtautodeployments
tagfile = qtautodeploymentserver.tags
-depends = qtautomotivesuite
-
-buildversion = "Qt Automotive Suite Deployment Server $QT_VERSION"
-navigation.homepage = "Qt Automotive Suite"
navigation.landingpage = "Qt Automotive Suite Deployment Server"
+buildversion = "Qt Automotive Suite Deployment Server $QT_VERSION"
+
+# Fail the documentation build if there are more warnings than the limit
+warninglimit = 0