1
0
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:
John Maguire 2013-07-08 18:35:44 +02:00
parent a2e8e2931b
commit b9f306364c

1
dist/macdeploy.py vendored
View File

@ -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',
]