[vlc-devel] [PATCH 3.0 01/41] gui:qt: use Vista styling on Windows

Steve Lhomme robux4 at ycbcr.xyz
Tue Jul 7 15:11:00 CEST 2020


Fixes #20780

Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>
(cherry picked from commit 0630bfa0436105ae7e24051cc16031c8ce2d77f5)

Signed-off-by: Steve Lhomme <robux4 at ycbcr.xyz>
---
 modules/gui/qt/qt.cpp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/modules/gui/qt/qt.cpp b/modules/gui/qt/qt.cpp
index cbd197750a..a6b904c409 100644
--- a/modules/gui/qt/qt.cpp
+++ b/modules/gui/qt/qt.cpp
@@ -61,6 +61,9 @@
   #if !HAS_QT56
    Q_IMPORT_PLUGIN(AccessibleFactory)
   #endif
+  #ifdef _WIN32
+   Q_IMPORT_PLUGIN(QWindowsVistaStylePlugin)
+  #endif
  #endif
 #endif
 
-- 
2.26.2



More information about the vlc-devel mailing list