From dc3e0273802ad297ab564e08cfc5f2590e7e73b6 Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Wed, 27 Dec 2023 17:15:58 +0000 Subject: [PATCH] docs: Rename Qt4 & Qt5 in Dependencies to Qt --- docs/markdown/Dependencies.md | 2 +- docs/markdown/Qt6-module.md | 2 +- docs/markdown/_include_qt_base.md | 2 +- 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