summaryrefslogtreecommitdiff
path: root/src/location/doc/qtlocation.qdocconf
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2023-03-03 10:24:55 +0100
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2023-03-08 14:37:18 +0100
commit2626b09b64acf2a3cfd026afdd161af0728f47d4 (patch)
tree5d50a8420533bb9b249e3a9f2d87dfe018e2d6d6 /src/location/doc/qtlocation.qdocconf
parent36b07a9fe6854cb2671eb3eac10c62d17f6375ac (diff)
downloadqtlocation-2626b09b64acf2a3cfd026afdd161af0728f47d4.tar.gz
Doc: Fix links and snippets
Add modules in which linked-to types live to the qdoc dependencies, fix links, and adapt snippets to changes in the examples (and add tags to quoted files as needed). This makes the documentation generate without warnings, so set the warninglimit to 0 as well to block future regressions. Change-Id: I43fdfce1087c2a35212f91b41bba1ff9481e609d Reviewed-by: Matthias Rauter <matthias.rauter@qt.io> Reviewed-by: Andreas Eliasson <andreas.eliasson@qt.io> Reviewed-by: <safiyyah.moosa@qt.io> (cherry picked from commit fea04eea8b142aa5ac89b1024bbfc5298685fb0c) Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'src/location/doc/qtlocation.qdocconf')
-rw-r--r--src/location/doc/qtlocation.qdocconf5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/location/doc/qtlocation.qdocconf b/src/location/doc/qtlocation.qdocconf
index 8840e3f5..12f6de8b 100644
--- a/src/location/doc/qtlocation.qdocconf
+++ b/src/location/doc/qtlocation.qdocconf
@@ -30,7 +30,7 @@ qhp.QtLocation.subprojects.examples.selectors = fake:example
tagfile = ../../../doc/qtlocation/qtlocation.tags
-depends += qtcore qtdoc qtgui qtquick qtqml qtnetwork qtpositioning qtlinguist
+depends += qtcore qtdoc qtgui qtwidgets qtquick qtquickcontrols qtqml qtqmlmodels qtnetwork qtpositioning qtlinguist
headerdirs += ..
@@ -47,3 +47,6 @@ imagedirs += images
navigation.landingpage = "Qt Location"
navigation.cppclassespage = "Qt Location C++ Classes"
navigation.qmltypespage = "Qt Location QML Types"
+
+# Fail the documentation build when warnings get introduced
+warninglimit = 0