From 8c71212bbd75d4db48548ac0dfbc71ca478c16a2 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Fri, 2 Jun 2023 13:38:57 +0000 Subject: [PATCH] Doc: Require Qt module documentation to define qhp configuration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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ƶ Reviewed-by: Paul Wicking (cherry picked from commit 4729e1e720f1e25eff2793c28e1643a220f66c2b) Reviewed-by: Qt Cherry-pick Bot --- doc/global/config.qdocconf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/global/config.qdocconf b/doc/global/config.qdocconf index 59f95cf844f..3e6658883c9 100644 --- a/doc/global/config.qdocconf +++ b/doc/global/config.qdocconf @@ -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 = "[internal]"