diff options
| author | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2022-10-22 16:42:21 -0400 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2022-10-23 03:06:39 +0300 |
| commit | fa2585d0b364143fb588b8bb611eaa4d1c277811 (patch) | |
| tree | 529fe5facf7c43c453a8569073b31fc122efcc68 /docs/markdown/_include_qt_base.md | |
| parent | b98356e0557399803895755a5f513841345fba1b (diff) | |
| download | meson-fa2585d0b364143fb588b8bb611eaa4d1c277811.tar.gz | |
Fix typos in docs
Diffstat (limited to 'docs/markdown/_include_qt_base.md')
| -rw-r--r-- | docs/markdown/_include_qt_base.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/_include_qt_base.md b/docs/markdown/_include_qt_base.md index e624c1737..0ecd63a0b 100644 --- a/docs/markdown/_include_qt_base.md +++ b/docs/markdown/_include_qt_base.md @@ -7,7 +7,7 @@ Compiles Qt's resources collection files (.qrc) into c++ files for compilation. It takes no positional arguments, and the following keyword arguments: - `name` (string | empty): if provided a single .cpp file will be generated, and the output of all qrc files will be combined in this file, otherwise - each qrc file be written to it's own cpp file. + each qrc file be written to its own cpp file. - `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. |
