From 185c4e3c95f32de429179b025ef86785b06bc3de Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Mon, 6 Dec 2021 09:45:41 -0500 Subject: [PATCH] doc: fix missing kwarg in qt5 module compile_moc accepts "dependencies" for the same reason preprocess does, but the original documentation never copied this over from the preprocess docs. See: https://github.com/mesonbuild/meson/issues/9683#issuecomment-986825041 --- docs/markdown/_include_qt_base.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/markdown/_include_qt_base.md b/docs/markdown/_include_qt_base.md index 51665f862..e624c1737 100644 --- a/docs/markdown/_include_qt_base.md +++ b/docs/markdown/_include_qt_base.md @@ -46,6 +46,7 @@ It takes no positional arguments, and the following keyword arguments: - `extra_args` string[]: Extra arguments to pass directly to `qt-moc` - `method` string: The method to use to detect qt, see `dependency()` for more information. + - `dependencies`: dependency objects whose include directories are used by moc. - `include_directories` (string | IncludeDirectory)[]: A list of `include_directory()` objects used when transpiling the .moc files