summaryrefslogtreecommitdiff
path: root/docs/markdown/_include_qt_base.md
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2022-10-22 16:30:01 -0400
committerEli Schwartz <eschwartz93@gmail.com>2022-10-24 21:47:46 -0400
commit8c5838bfea64c47fe2b99008b832636603560865 (patch)
tree1d730572585a1849982854a45cc775bb58fd6000 /docs/markdown/_include_qt_base.md
parent4287099f06f522f632b1a98b76d8387a7a8bd778 (diff)
downloadmeson-8c5838bfea64c47fe2b99008b832636603560865.tar.gz
Add missing since annotations in docs
This is based on searching for `@FeatureNew*` decorators. There is also one correction to a version in a decorators; `build_by_default` was added in #1303, which is 0.38.0, not 0.40.0.
Diffstat (limited to 'docs/markdown/_include_qt_base.md')
-rw-r--r--docs/markdown/_include_qt_base.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/_include_qt_base.md b/docs/markdown/_include_qt_base.md
index 0ecd63a0b..e0d48697b 100644
--- a/docs/markdown/_include_qt_base.md
+++ b/docs/markdown/_include_qt_base.md
@@ -106,6 +106,8 @@ build target.
## has_tools
+*since 0.54.0*
+
This method returns `true` if all tools used by this module are found,
`false` otherwise.
@@ -124,8 +126,6 @@ This method takes the following keyword arguments:
missing Meson will abort.
- `method` string: method used to find the Qt dependency (`auto` by default).
-*Since: 0.54.0*
-
## Dependencies
See [Qt dependencies](Dependencies.md#qt4-qt5)