diff options
| author | Chris Mayo <aklhfex@gmail.com> | 2023-12-27 17:15:58 +0000 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2024-01-01 01:48:54 -0500 |
| commit | dc3e0273802ad297ab564e08cfc5f2590e7e73b6 (patch) | |
| tree | 071a6984c02a73d08b34953b3ec84bd66a4e3a9a | |
| parent | abeea418806f93a466894fcbc22f92db4d5461f6 (diff) | |
| download | meson-dc3e0273802ad297ab564e08cfc5f2590e7e73b6.tar.gz | |
docs: Rename Qt4 & Qt5 in Dependencies to Qt
| -rw-r--r-- | docs/markdown/Dependencies.md | 2 | ||||
| -rw-r--r-- | docs/markdown/Qt6-module.md | 2 | ||||
| -rw-r--r-- | 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 |
