[vlc-commits] [Git][videolan/vlc][master] 2 commits: contrib: qtvlcdeps: add plugin qmacstyle on macx
Steve Lhomme (@robUx4)
gitlab at videolan.org
Tue Apr 9 14:49:43 UTC 2024
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
d845a5ff by Fatih Uzunoglu at 2024-04-09T13:00:28+00:00
contrib: qtvlcdeps: add plugin qmacstyle on macx
- - - - -
d8eaed4f by Fatih Uzunoglu at 2024-04-09T13:00:28+00:00
qt: import QMacStylePlugin on MacOS
- - - - -
2 changed files:
- contrib/src/qtvlcdeps/vlcdeps.pro
- modules/gui/qt/plugins.hpp
Changes:
=====================================
contrib/src/qtvlcdeps/vlcdeps.pro
=====================================
@@ -12,7 +12,7 @@ QTPLUGIN += qxcb-glx-integration qxcb-egl-integration qxcb qwayland-generic qway
}
macx {
-QTPLUGIN += qcocoa
+QTPLUGIN += qcocoa qmacstyle
}
# qmake will run qmlimportscanner,
=====================================
modules/gui/qt/plugins.hpp
=====================================
@@ -67,6 +67,7 @@
Q_IMPORT_QML_PLUGIN(QtQuickControls2NativeStylePlugin)
// Q_IMPORT_PLUGIN(QWindowsDirect2DIntegrationPlugin)
#elif defined(Q_OS_MACOS)
+ Q_IMPORT_PLUGIN(QMacStylePlugin)
Q_IMPORT_PLUGIN(QCocoaIntegrationPlugin)
#elif defined(__linux__)
Q_IMPORT_PLUGIN(QXcbIntegrationPlugin)
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/7735e2b2facb0b93b4709507a9e1316836e32084...d8eaed4fa1d82f746894512e8afc805cacd8e22a
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/7735e2b2facb0b93b4709507a9e1316836e32084...d8eaed4fa1d82f746894512e8afc805cacd8e22a
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