Doc: Require Qt module documentation to define qhp configuration

By setting 'qhp' to true, QDoc will warn if qhp configuration is not
provided.

Task-number: QTBUG-114181
Change-Id: I26bce80e888d0b0bd270ecdcc6c0774298076a4b
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
(cherry picked from commit 4729e1e720f1e25eff2793c28e1643a220f66c2b)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Topi Reinio 2023-06-02 13:38:57 +00:00 committed by Qt Cherry-pick Bot
parent 60c9347253
commit 8c71212bbd

View File

@ -29,6 +29,9 @@ url = https://doc.qt.io/qt
defines += qt6
# Require Qt modules to define qhp.projects
qhp = true
# Uncomment the following two lines to generate documentation marked as \internal
# alias.internal = disable
# macro.internal.HTML = "<span style="color:red">[internal]</span>"