summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/Dependencies.md2
-rw-r--r--docs/markdown/Qt6-module.md2
-rw-r--r--docs/markdown/_include_qt_base.md2
3 files changed, 3 insertions, 3 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.
diff --git a/docs/markdown/Qt6-module.md b/docs/markdown/Qt6-module.md
index cb83bd7d2..7d40c4645 100644
--- a/docs/markdown/Qt6-module.md
+++ b/docs/markdown/Qt6-module.md
@@ -138,7 +138,7 @@ This method takes the following keyword arguments:
## Dependencies
-See [Qt dependencies](Dependencies.md#qt4-qt5)
+See [Qt dependencies](Dependencies.md#qt)
The 'modules' argument is used to include Qt modules in the project.
See the Qt documentation for the [list of
diff --git a/docs/markdown/_include_qt_base.md b/docs/markdown/_include_qt_base.md
index 883fdc379..d305ca91b 100644
--- a/docs/markdown/_include_qt_base.md
+++ b/docs/markdown/_include_qt_base.md
@@ -128,7 +128,7 @@ This method takes the following keyword arguments:
## Dependencies
-See [Qt dependencies](Dependencies.md#qt4-qt5)
+See [Qt dependencies](Dependencies.md#qt)
The 'modules' argument is used to include Qt modules in the project.
See the Qt documentation for the [list of