diff options
Diffstat (limited to 'src/interfaceframework/doc/qtinterfaceframework-project.qdocconf')
| -rw-r--r-- | src/interfaceframework/doc/qtinterfaceframework-project.qdocconf | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/interfaceframework/doc/qtinterfaceframework-project.qdocconf b/src/interfaceframework/doc/qtinterfaceframework-project.qdocconf index 7f856cd8..e7a38c94 100644 --- a/src/interfaceframework/doc/qtinterfaceframework-project.qdocconf +++ b/src/interfaceframework/doc/qtinterfaceframework-project.qdocconf @@ -9,15 +9,14 @@ includepaths = -I . \ headerdirs += . \ .. \ - ../../imports/core sourcedirs += . \ .. \ - $$BUILDDIR/../../examples \ - ../../imports/core + imagedirs += images exampledirs += ../../../examples \ - snippets/ + snippets/ \ + $$BUILDDIR/../../examples \ examples.fileextensions += *.qface *.yaml @@ -76,3 +75,6 @@ macro.fileLink = "\\l {https://code.qt.io/cgit/qt/interfaceframework.git/tree/\1 manifestmeta.filters = interfaceframework manifestmeta.interfaceframework.names = * manifestmeta.interfaceframework.tags = interfaceframework qtinterfaceframework qtif qif + +# Fail the documentation build if there are more warnings than the limit +warninglimit = 0 |
