We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39eceea commit fedba3aCopy full SHA for fedba3a
meson_options.txt
@@ -1,5 +1,5 @@
1
# SPDX-License-Identifier: BSL-1.0
2
3
-option('qt', type : 'combo', choices : ['qt5', 'qt6'], value : 'qt5')
+option('qt', type : 'combo', choices : ['qt5', 'qt6'], value : 'qt5', yield: true)
4
option('system-catch2', type : 'feature', value : 'disabled')
5
option('tests', type : 'boolean', value : true)
0 commit comments