diff options
author | Jean-Michaƫl Celerier <jeanmichael.celerier@gmail.com> | 2024-07-08 05:17:23 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-07-11 19:41:00 -0400 |
commit | 35804e3346e687f01cbdd22738a46af6a38b43da (patch) | |
tree | d9c86d44d76b67f9d59cb8749473a61d1569effb /meson_options.txt | |
parent | b050405c4912d29ea518cd7eea23e892be918e47 (diff) | |
download | suil-35804e3346e687f01cbdd22738a46af6a38b43da.tar.gz suil-35804e3346e687f01cbdd22738a46af6a38b43da.tar.bz2 suil-35804e3346e687f01cbdd22738a46af6a38b43da.zip |
Add support for X11 in Qt6
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index b468923..44e2ce7 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -19,6 +19,9 @@ option('html', type: 'feature', value: 'auto', yield: true, option('qt5', type: 'feature', value: 'auto', yield: true, description : 'Build Qt5 wrappers') +option('qt6', type: 'feature', value: 'auto', yield: true, + description : 'Build Qt6 wrappers') + option('singlehtml', type: 'feature', value: 'auto', yield: true, description: 'Build single-page HTML documentation') |