Skip to content

Commit fedba3a

Browse files
committed
meson_options.txt: Add yield for qt choice.
1 parent 39eceea commit fedba3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson_options.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: BSL-1.0
22

3-
option('qt', type : 'combo', choices : ['qt5', 'qt6'], value : 'qt5')
3+
option('qt', type : 'combo', choices : ['qt5', 'qt6'], value : 'qt5', yield: true)
44
option('system-catch2', type : 'feature', value : 'disabled')
55
option('tests', type : 'boolean', value : true)

0 commit comments

Comments
 (0)