Make the doc build generate less warnings

This commit is contained in:
Robert Griebl
2022-05-28 14:37:14 +02:00
parent a438fa915a
commit ea85bf0ee8
2 changed files with 3 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ name: CMake Build Matrix
env:
BUILD_NUMBER: ${{ github.run_number }}
BRICKSTORE_QT6_MODULES: >-
cmake ninja-build
build-essential cmake ninja-build
libglvnd-dev libtbb-dev
qt6-tools-dev qt6-tools-dev-tools
qt6-l10n-tools qt6-documentation-tools

View File

@@ -12,6 +12,8 @@ headers.fileextensions = "*.h *.ch *.h++ *.hh *.hpp *.hxx"
examples.fileextensions = "*.cpp *.h *.qml *.yaml"
examples.imageextensions = "*.png *.jpg *.svg"
includepaths = -I . -I ../src
headerdirs += \
../src/qmlapi/ \
../src/bricklink/ \