summaryrefslogtreecommitdiff
path: root/docs/markdown/Dependencies.md
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
commitdc3e0273802ad297ab564e08cfc5f2590e7e73b6 (patch)
tree071a6984c02a73d08b34953b3ec84bd66a4e3a9a /docs/markdown/Dependencies.md
parentabeea418806f93a466894fcbc22f92db4d5461f6 (diff)
downloadmeson-dc3e0273802ad297ab564e08cfc5f2590e7e73b6.tar.gz
docs: Rename Qt4 & Qt5 in Dependencies to Qt
Diffstat (limited to 'docs/markdown/Dependencies.md')
-rw-r--r--docs/markdown/Dependencies.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Dependencies.md b/docs/markdown/Dependencies.md
index 9ef436745..d412a2526 100644
--- a/docs/markdown/Dependencies.md
+++ b/docs/markdown/Dependencies.md
@@ -679,7 +679,7 @@ but dependency tries `pkg-config` first.
`method` may be `auto`, `extraframework`, `pkg-config` or `sysconfig`
-## Qt4 & Qt5
+## Qt
Meson has native Qt support. Its usage is best demonstrated with an
example.