summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
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')