aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2021-07-21 10:52:43 -0700
committerDylan Baker <dylan@pnwbakers.com>2021-08-18 19:46:47 -0700
commitff573620b0e64204158db543735eafd2b48cdbf6 (patch)
tree8cd5f9250b12c349fc09e36c23859efc8c50a252 /docs
parent965fcf2883a758b777a61671aa41d51b27bc1759 (diff)
downloadmeson-ff573620b0e64204158db543735eafd2b48cdbf6.zip
meson-ff573620b0e64204158db543735eafd2b48cdbf6.tar.gz
meson-ff573620b0e64204158db543735eafd2b48cdbf6.tar.bz2
modules/qt: allow passing generated targets to compile_ui
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/_include_qt_base.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/markdown/_include_qt_base.md b/docs/markdown/_include_qt_base.md
index 881d1bf..63b21e1 100644
--- a/docs/markdown/_include_qt_base.md
+++ b/docs/markdown/_include_qt_base.md
@@ -21,8 +21,9 @@ It takes no positional arguments, and the following keyword arguments:
Compiles Qt's ui files (.ui) into header files.
It takes no positional arguments, and the following keyword arguments:
- - `sources` (File | string)[]: A list of sources to be transpiled. Required,
- must have at least one source
+ - `sources` (File | string | custom_target | custom_target index | generator_output)[]:
+ A list of sources to be transpiled. Required, must have at least one source
+ *New in 0.60.0*: support for custom_target, custom_target_index, and generator_output.
- `extra_args` string[]: Extra arguments to pass directly to `qt-uic`
- `method` string: The method to use to detect qt, see `dependency()` for more
information.