[vlc-commits] [Git][videolan/vlc][master] 2 commits: qt: add missing qt module opengl on linux to qt6.pro
    Steve Lhomme (@robUx4) 
    gitlab at videolan.org
       
    Sat Jun  8 08:49:31 UTC 2024
    
    
  
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
b73205bb by Fatih Uzunoglu at 2024-06-08T08:35:43+00:00
qt: add missing qt module opengl on linux to qt6.pro
We directly use Qt OpenGL in compositor_x11.
- - - - -
98cb3ad1 by Fatih Uzunoglu at 2024-06-08T08:35:43+00:00
qt: remove unnecessary comments in qt6.pro
- - - - -
1 changed file:
- modules/gui/qt/qt6.pro
Changes:
=====================================
modules/gui/qt/qt6.pro
=====================================
@@ -12,12 +12,10 @@ QTPLUGIN += qwindows qmodernwindowsstyle
 }
 
 linux {
+QT += opengl # compositor_x11 requires Qt OpenGL
 QTPLUGIN += qxcb-glx-integration qxcb-egl-integration qxcb qwayland-generic qwayland-egl qgtk3 qxdgdesktopportal xdg-shell
 }
 
 macx {
 QTPLUGIN += qcocoa qmacstyle
 }
-
-# These are not needed now, but may be required in the future:
-# CONFIG += import_plugins staticlib create_pc create_prl no_install_prl link_prl
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/691016b84e3f918f8ab15b20dfb3a8af1251b839...98cb3ad1353d297f7c69c7326d00798afea8a9ed
-- 
This project does not include diff previews in email notifications.
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/691016b84e3f918f8ab15b20dfb3a8af1251b839...98cb3ad1353d297f7c69c7326d00798afea8a9ed
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