qt: check for QmlWorkerScript in meson

Qt QML does not work without it.
This commit is contained in:
Fatih Uzunoglu 2024-04-01 21:04:59 +03:00 committed by Steve Lhomme
parent d221a4a4db
commit dface0a07e
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ qt6_dep = dependency('qt6',
version: '>=6.2',
modules: [
'Core', 'Gui', 'Widgets', 'Svg', 'Qml', 'QmlModels',
'QuickLayouts', 'QuickTemplates2',
'QuickLayouts', 'QuickTemplates2', 'QmlWorkerScript',
'Quick', 'QuickControls2', 'ShaderTools'
],
private_headers: true,