diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2025-06-27 17:52:01 -0400 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2025-06-27 17:52:01 -0400 |
commit | 294a6a42ffec3ac86b5460a14380055437a89306 (patch) | |
tree | ca9670ebc6cbaef3e4e6af562ee2a25a50cd90b9 /sysutils/accounts-qml-module/files/patch-doc_accounts-qml-module-common.qdocconf | |
parent | finance/ktoblzcheck: Update to 1.59 (diff) |
sysutils/accounts-qml-module: Fix docs build
qdoc needs to be supplied with the path to the headers via
'includepaths'. This only seems to affect builds on CURRENT for
an unknown reason.
PR: 287614
Reported by: kbowling
MFH: 2025Q2
Diffstat (limited to 'sysutils/accounts-qml-module/files/patch-doc_accounts-qml-module-common.qdocconf')
-rw-r--r-- | sysutils/accounts-qml-module/files/patch-doc_accounts-qml-module-common.qdocconf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sysutils/accounts-qml-module/files/patch-doc_accounts-qml-module-common.qdocconf b/sysutils/accounts-qml-module/files/patch-doc_accounts-qml-module-common.qdocconf new file mode 100644 index 000000000000..61dc36b7f0d9 --- /dev/null +++ b/sysutils/accounts-qml-module/files/patch-doc_accounts-qml-module-common.qdocconf @@ -0,0 +1,15 @@ +Fix docs build on CURRENT. qdoc needs to be supplied with the path to +the headers via 'includepaths'. + +PR: 287614 + +--- doc/accounts-qml-module-common.qdocconf.orig 2023-10-28 16:29:37 UTC ++++ doc/accounts-qml-module-common.qdocconf +@@ -5,6 +5,7 @@ headerdirs = ../src + outputdir = html + outputformats = HTML + headerdirs = ../src ++includepaths = ../src + sourcedirs = ../src + sources.fileextensions = "*.qml *.qdoc *.cpp" + exampledirs = ./examples |