Doc: Move the warninglimit configuration to doc/global

The /coin directory is not installed, so trying to include a .qdocconf file using a relative path from an (installed) global configuration will fail.

Task-number: QTBUG-113326
Change-Id: I761b1a7eb19ca9d6a768f1367e30d5eaf80cb816
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
Topi Reinio 2023-06-29 09:04:35 +00:00 committed by Topi Reiniö
parent f607e22d59
commit 15db0935c5
2 changed files with 1 additions and 1 deletions

View File

@ -36,4 +36,4 @@ qhp = true
locationinfo = false
# Include the warninglimit used for documentation testing in CI
include(../../coin/instructions/coin_module_test_docs.qdocconf)
include(warninglimit.qdocconf)