git: 294a6a42ffec - main - sysutils/accounts-qml-module: Fix docs build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 27 Jun 2025 22:26:55 UTC
The branch main has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=294a6a42ffec3ac86b5460a14380055437a89306 commit 294a6a42ffec3ac86b5460a14380055437a89306 Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2025-06-27 21:52:01 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2025-06-27 21:52:01 +0000 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 --- .../files/patch-doc_accounts-qml-module-common.qdocconf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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