summaryrefslogtreecommitdiff
path: root/docs/markdown
diff options
context:
space:
mode:
authorChris Mayo <aklhfex@gmail.com>2023-12-27 17:15:58 +0000
committerEli Schwartz <eschwartz93@gmail.com>2024-01-01 01:48:54 -0500
commitabeea418806f93a466894fcbc22f92db4d5461f6 (patch)
treecc18aaa8e63299f2b9a870e49f7681396ecece73 /docs/markdown
parent4a96ad0170126f82b0aa13c26a31013f5d8127d8 (diff)
downloadmeson-abeea418806f93a466894fcbc22f92db4d5461f6.tar.gz
docs: Use Qt instead of qt
Diffstat (limited to 'docs/markdown')
-rw-r--r--docs/markdown/Qt6-module.md8
-rw-r--r--docs/markdown/_include_qt_base.md6
2 files changed, 7 insertions, 7 deletions
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<br/>
*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<br/>
*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<br/>
*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()`