diff options
author | xiannox <41336647+xiannox@users.noreply.github.com> | 2018-10-24 18:11:08 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-10-24 19:11:08 +0300 |
commit | 5b3192534c198d173b96fee78fbe12a6bef0da43 (patch) | |
tree | cc7ceb1088911b10a8328773c33468c61cfd9709 /docs/markdown/Qt5-module.md | |
parent | c4a9f59dc415f40513a281210d9598911b35b723 (diff) | |
download | meson-5b3192534c198d173b96fee78fbe12a6bef0da43.zip meson-5b3192534c198d173b96fee78fbe12a6bef0da43.tar.gz meson-5b3192534c198d173b96fee78fbe12a6bef0da43.tar.bz2 |
module-qt: add rcc_extra_arguments to pass extra arguments to rcc (#4406)
Diffstat (limited to 'docs/markdown/Qt5-module.md')
-rw-r--r-- | docs/markdown/Qt5-module.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/markdown/Qt5-module.md b/docs/markdown/Qt5-module.md index 9542a81..3a51954 100644 --- a/docs/markdown/Qt5-module.md +++ b/docs/markdown/Qt5-module.md @@ -10,6 +10,7 @@ This method takes the following keyword arguments: - `include_directories`, the directories to add to header search path for `moc` (optional) - `moc_extra_arguments`, any additional arguments to `moc` (optional). Available since v0.44.0. - `uic_extra_arguments`, any additional arguments to `uic` (optional). Available since v0.49.0. + - `rcc_extra_arguments`, any additional arguments to `rcc` (optional). Available since v0.49.0. - `dependencies`, dependency objects needed by moc. Available since v0.48.0. It returns an opaque object that should be passed to a main build target. |