From 65e4fb391faa8b3c979c4389e6ead241364e15d2 Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Fri, 29 Dec 2023 19:52:08 +0000 Subject: 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) --- docs/markdown/Qt6-module.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'docs') 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. +
+Warning: 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. +
+ ## compile_resources *New in 0.59.0* -- cgit v1.2.3