diff options
author | Leif Middelschulte <leif.middelschulte@gmail.com> | 2017-10-27 08:43:26 +0200 |
---|---|---|
committer | Leif Middelschulte <leif.middelschulte@gmail.com> | 2017-10-27 08:43:26 +0200 |
commit | f720e590b1a6798fced6b2345cbb066788e79d90 (patch) | |
tree | ec1d78902a4fd716dc0a3c0451409ec9dd18d016 | |
parent | a46d05acf9dda6f2e5f06254a6da6652646a820e (diff) | |
download | meson-f720e590b1a6798fced6b2345cbb066788e79d90.tar.gz |
adds "since"-note for the new keyword to the documentation
-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 e84b5fd3f..e5fc066c6 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. |