[vlc-devel] [PATCH v2 2/2] gui:qt: use Vista styling on Windows
Steve Lhomme
robux4 at ycbcr.xyz
Wed Aug 22 08:28:19 CEST 2018
Fixes #20780
---
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 affdea492b..c85e64d967 100644
--- a/modules/gui/qt/qt.cpp
+++ b/modules/gui/qt/qt.cpp
@@ -76,6 +76,9 @@ extern "C" char **environ;
#if !HAS_QT56
Q_IMPORT_PLUGIN(AccessibleFactory)
#endif
+ #ifdef _WIN32
+ Q_IMPORT_PLUGIN(QWindowsVistaStylePlugin)
+ #endif
#endif
#endif
--
2.17.0
More information about the vlc-devel
mailing list