summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorJean-Michaƫl Celerier <jeanmichael.celerier@gmail.com>2024-07-08 05:17:23 -0400
committerDavid Robillard <d@drobilla.net>2024-07-11 19:41:00 -0400
commit35804e3346e687f01cbdd22738a46af6a38b43da (patch)
treed9c86d44d76b67f9d59cb8749473a61d1569effb /meson_options.txt
parentb050405c4912d29ea518cd7eea23e892be918e47 (diff)
downloadsuil-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.txt3
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')