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/_include_qt_base.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/markdown/_include_qt_base.md') 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