1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-06 23:31:34 +01:00

Add mac style plugin

This commit is contained in:
John Maguire 2020-01-13 17:02:13 +00:00 committed by GitHub
parent fd64a5a807
commit acda1bc1db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
dist/macdeploy.py vendored
View File

@ -108,6 +108,7 @@ QT_PLUGINS = [
#'imageformats/libqmng.dylib',
'imageformats/libqsvg.dylib',
'platforms/libqcocoa.dylib',
'styles/libqmacstyle.dylib',
]
QT_PLUGINS_SEARCH_PATH = [
'/usr/local/opt/qt5/plugins',