diff options
author | Luca Weiss <luca@z3ntu.xyz> | 2020-12-08 22:37:05 +0100 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2021-02-07 22:43:00 +0200 |
commit | 398df5629863e913fa603cbf02c525a9f501f8a8 (patch) | |
tree | 4ca64a52c67ef6d79ee0ee609ff23c6218551fed /docs/markdown/snippets | |
parent | a855bcab1ccaff68155374c53896c1a780337f40 (diff) | |
download | meson-398df5629863e913fa603cbf02c525a9f501f8a8.zip meson-398df5629863e913fa603cbf02c525a9f501f8a8.tar.gz meson-398df5629863e913fa603cbf02c525a9f501f8a8.tar.bz2 |
Add Qt6 module
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/qt6_module.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/markdown/snippets/qt6_module.md b/docs/markdown/snippets/qt6_module.md new file mode 100644 index 0000000..0e2145e --- /dev/null +++ b/docs/markdown/snippets/qt6_module.md @@ -0,0 +1,8 @@ +## Qt6 module + +A module for Qt6 is now available with the same functionality as the Qt5 +module. + +Currently finding Qt6 is only available via `qmake` as pkg-config files aren't +generated (see [QTBUG-86080](https://bugreports.qt.io/browse/QTBUG-86080)) and +CMake support is not available for this module yet. |