From abeea418806f93a466894fcbc22f92db4d5461f6 Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Wed, 27 Dec 2023 17:15:58 +0000 Subject: docs: Use Qt instead of qt --- docs/markdown/Qt6-module.md | 8 ++++---- docs/markdown/_include_qt_base.md | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'docs/markdown') diff --git a/docs/markdown/Qt6-module.md b/docs/markdown/Qt6-module.md index 4dbf64980..cb83bd7d2 100644 --- a/docs/markdown/Qt6-module.md +++ b/docs/markdown/Qt6-module.md @@ -19,7 +19,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]] + - `method` string: The method to use to detect Qt, see [[dependency]] ## compile_ui @@ -32,7 +32,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]] + - `method` string: The method to use to detect Qt, see [[dependency]] ## compile_moc @@ -49,7 +49,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]] + - `method` string: The method to use to detect Qt, see [[dependency]] - `dependencies`: dependency objects whose include directories are used by moc. - `include_directories` (string | IncludeDirectory)[]: A list of `include_directory()` objects used when transpiling the .moc files @@ -134,7 +134,7 @@ This method takes the following keyword arguments: - `required` bool | FeatureOption: by default, `required` is set to `false`. If `required` is set to `true` or an enabled [`feature`](Build-options.md#features) and some tools are missing Meson will abort. -- `method` string: The method to use to detect qt, see [[dependency]] +- `method` string: The method to use to detect Qt, see [[dependency]] ## Dependencies 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()` -- cgit v1.2.3