summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/Qt6-module.md8
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*