diff options
| author | Chris Mayo <aklhfex@gmail.com> | 2023-12-29 19:52:08 +0000 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2024-01-01 01:48:54 -0500 |
| commit | 65e4fb391faa8b3c979c4389e6ead241364e15d2 (patch) | |
| tree | 5eb4e5e6b57b6e3e36a00c880720041afdcc2b58 /docs | |
| parent | 92bcf88f0ce2058e5957d397a7ba3c746f258d8f (diff) | |
| download | meson-65e4fb391faa8b3c979c4389e6ead241364e15d2.tar.gz | |
docs: Document Qt tools updates in 0.63
Especially relevant for users of Ubuntu 22.04 which has packages for
Qt 6.2 and Meson 0.61.
a606ce22e ("Add support for Qt 6.1+", 2022-01-08)
d68a0651e ("qt module: also prefer the changed name scheme for the tools", 2022-02-09)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/markdown/Qt6-module.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/markdown/Qt6-module.md b/docs/markdown/Qt6-module.md index 7d40c4645..8e8ec71e0 100644 --- a/docs/markdown/Qt6-module.md +++ b/docs/markdown/Qt6-module.md @@ -2,9 +2,15 @@ *New in Meson 0.57.0* -The Qt6 module provides tools to automatically deal with the various +The Qt6 module provides methods to automatically deal with the various tools and steps required for Qt. +<div class="alert alert-warning"> +<strong>Warning:</strong> before version 0.63.0 Meson would fail to find +Qt 6.1 or later due to the Qt tools having moved to the libexec subdirectory, +and tool names being suffixed with only the Qt major version number e.g. qmake6. +</div> + ## compile_resources *New in 0.59.0* |
