mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-17 20:09:50 +01:00
Add directory to default Qt plugin search path on mac.
This commit is contained in:
parent
a2e8e2931b
commit
b9f306364c
1
dist/macdeploy.py
vendored
1
dist/macdeploy.py
vendored
@ -110,6 +110,7 @@ QT_PLUGINS = [
|
||||
'imageformats/libqtiff.dylib',
|
||||
]
|
||||
QT_PLUGINS_SEARCH_PATH=[
|
||||
'/target/plugins',
|
||||
'/usr/local/Trolltech/Qt-4.7.0/plugins',
|
||||
'/Developer/Applications/Qt/plugins',
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user