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 18:27:40 -0400 |
| commit | c3aa0920519ca127fcb135edc67be3f43a7fd196 (patch) | |
| tree | ec14ab12f25d78e119b3e41632921ea50f0b0d2e | |
| parent | 185bdd12003c6e70c00f87fe7f3757b4280fd799 (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
(cherry picked from commit 294a6a42ffec3ac86b5460a14380055437a89306)
| -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 |
