diff options
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Qt5-module.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Qt5-module.md b/docs/markdown/Qt5-module.md index e84b5fd..e5fc066 100644 --- a/docs/markdown/Qt5-module.md +++ b/docs/markdown/Qt5-module.md @@ -8,7 +8,7 @@ tools and steps required for Qt. The module has one method. This method takes the following keyword arguments: - `moc_headers`, `moc_sources`, `ui_files`, `qresources`, which define the files that require preprocessing with `moc`, `uic` and `rcc` - `include_directories`, the directories to add to header search path for `moc` (optional) - - `moc_extra_arguments`, any additional arguments to `moc` (optional). + - `moc_extra_arguments`, any additional arguments to `moc` (optional). Available since v0.44.0. It returns an opaque object that should be passed to a main build target. |