From 35804e3346e687f01cbdd22738a46af6a38b43da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Micha=C3=ABl=20Celerier?= Date: Mon, 8 Jul 2024 05:17:23 -0400 Subject: Add support for X11 in Qt6 --- meson_options.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meson_options.txt') 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') -- cgit v1.2.1