diff options
| author | Chris Mayo <aklhfex@gmail.com> | 2023-12-27 17:15:58 +0000 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2024-01-01 01:48:54 -0500 |
| commit | abeea418806f93a466894fcbc22f92db4d5461f6 (patch) | |
| tree | cc18aaa8e63299f2b9a870e49f7681396ecece73 /docs/markdown/_include_qt_base.md | |
| parent | 4a96ad0170126f82b0aa13c26a31013f5d8127d8 (diff) | |
| download | meson-abeea418806f93a466894fcbc22f92db4d5461f6.tar.gz | |
docs: Use Qt instead of qt
Diffstat (limited to 'docs/markdown/_include_qt_base.md')
| -rw-r--r-- | docs/markdown/_include_qt_base.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/markdown/_include_qt_base.md b/docs/markdown/_include_qt_base.md index 0a1192426..883fdc379 100644 --- a/docs/markdown/_include_qt_base.md +++ b/docs/markdown/_include_qt_base.md @@ -12,7 +12,7 @@ It takes no positional arguments, and the following keyword arguments: 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-rcc` - - `method` string: The method to use to detect qt, see `dependency()` for more + - `method` string: The method to use to detect Qt, see `dependency()` for more information. ## compile_ui @@ -26,7 +26,7 @@ It takes no positional arguments, and the following keyword arguments: 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 + - `method` string: The method to use to detect Qt, see `dependency()` for more information. ## compile_moc @@ -44,7 +44,7 @@ It takes no positional arguments, and the following keyword arguments: A list of headers to be transpiled into .cpp files *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-moc` - - `method` string: The method to use to detect qt, see `dependency()` for more + - `method` string: The method to use to detect Qt, see `dependency()` for more information. - `dependencies`: dependency objects whose include directories are used by moc. - `include_directories` (string | IncludeDirectory)[]: A list of `include_directory()` |
