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 changed files with 1 additions and 0 deletions

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