From 5b3192534c198d173b96fee78fbe12a6bef0da43 Mon Sep 17 00:00:00 2001 From: xiannox <41336647+xiannox@users.noreply.github.com> Date: Wed, 24 Oct 2018 18:11:08 +0200 Subject: module-qt: add rcc_extra_arguments to pass extra arguments to rcc (#4406) --- docs/markdown/Qt5-module.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/markdown') 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. -- cgit v1.1