aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2021-06-15 12:44:56 -0700
committerDylan Baker <dylan@pnwbakers.com>2021-06-15 14:15:13 -0700
commit0f5e55a749f0fed6330b216a82de941de3ccf9d6 (patch)
tree55df1b9ffafd0d4667bfc4171837edd0472fa908 /docs
parent753573610873e925f820af8a21e3f900390284b8 (diff)
downloadmeson-0f5e55a749f0fed6330b216a82de941de3ccf9d6.zip
meson-0f5e55a749f0fed6330b216a82de941de3ccf9d6.tar.gz
meson-0f5e55a749f0fed6330b216a82de941de3ccf9d6.tar.bz2
docs: Add a page for qt6
Which has been missing since the module was added in 0.57.0. This also uses the include syntax
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/Qt6-module.md8
-rw-r--r--docs/sitemap.txt1
2 files changed, 9 insertions, 0 deletions
diff --git a/docs/markdown/Qt6-module.md b/docs/markdown/Qt6-module.md
new file mode 100644
index 0000000..4d40423
--- /dev/null
+++ b/docs/markdown/Qt6-module.md
@@ -0,0 +1,8 @@
+# Qt6 module
+
+*New in Meson 0.57.0*
+
+The Qt5 module provides tools to automatically deal with the various
+tools and steps required for Qt.
+
+{{ _include_qt_base.md }}
diff --git a/docs/sitemap.txt b/docs/sitemap.txt
index 8014668..e1efe65 100644
--- a/docs/sitemap.txt
+++ b/docs/sitemap.txt
@@ -50,6 +50,7 @@ index.md
Python-module.md
Qt4-module.md
Qt5-module.md
+ Qt6-module.md
RPM-module.md
Rust-module.md
Simd-module.md