[vlc-commits] [Git][videolan/vlc][master] qt: check for QmlWorkerScript in meson
    Steve Lhomme (@robUx4) 
    gitlab at videolan.org
       
    Sun Apr 14 16:28:15 UTC 2024
    
    
  
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
dface0a0 by Fatih Uzunoglu at 2024-04-14T16:04:42+00:00
qt: check for QmlWorkerScript in meson
Qt QML does not work without it.
- - - - -
1 changed file:
- modules/gui/qt/meson.build
Changes:
=====================================
modules/gui/qt/meson.build
=====================================
@@ -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,
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/dface0a07e0b74cddbabd2de64c54848bb93e784
-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/dface0a07e0b74cddbabd2de64c54848bb93e784
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
    
    
More information about the vlc-commits
mailing list