blob: 61dc36b7f0d95eed73cf30c2ab94f19bc68d1ec2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
|