Skip to content

Commit de64668

Browse files
committed
preview: Switch to Qt6
Switch frrom Qt5 to Qt6 for the preview window. No code changes needed. Signed-off-by: Naushir Patuck <[email protected]>
1 parent 2cb76c3 commit de64668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

preview/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if x11_deps.found() and epoxy_deps.found()
4545
endif
4646

4747
enable_qt = false
48-
qt_dep = dependency('qt5', modules : ['Core', 'Widgets'], required : get_option('enable_qt'))
48+
qt_dep = dependency('qt6', modules : ['Core', 'Widgets'], required : get_option('enable_qt'))
4949
if qt_dep.found()
5050
egl_lib = shared_module('qt-preview', files('qt_preview.cpp'),
5151
include_directories : '../',

0 commit comments

Comments
 (0)