From a7f3703440b5aaba0ae1bded8629a3af98ea7e82 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Wed, 21 Jul 2021 11:12:26 -0700 Subject: modules/qt: Allow using generated sources for compile_translations ts_files --- docs/markdown/_include_qt_base.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/markdown') diff --git a/docs/markdown/_include_qt_base.md b/docs/markdown/_include_qt_base.md index db0cc48..db8667c 100644 --- a/docs/markdown/_include_qt_base.md +++ b/docs/markdown/_include_qt_base.md @@ -85,7 +85,9 @@ It returns an array of targets and sources to pass to a compilation target. This method generates the necessary targets to build translation files with lrelease, it takes no positional arguments, and the following keyword arguments: - - `ts_files` (str | File)[], the list of input translation files produced by Qt's lupdate tool. + - `ts_files` (File | string | custom_target | custom_target index | generator_output)[]: + the list of input translation files produced by Qt's lupdate tool. + *New in 0.60.0*: support for custom_target, custom_target_index, and generator_output. - `install` bool: when true, this target is installed during the install step (optional). - `install_dir` string: directory to install to (optional). - `build_by_default` bool: when set to true, to have this target be built by -- cgit v1.1