From b9f306364caf127182eb780e66bb99b15aba8a98 Mon Sep 17 00:00:00 2001 From: John Maguire Date: Mon, 8 Jul 2013 18:35:44 +0200 Subject: [PATCH] Add directory to default Qt plugin search path on mac. --- dist/macdeploy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/macdeploy.py b/dist/macdeploy.py index b5732304a..666901729 100755 --- a/dist/macdeploy.py +++ b/dist/macdeploy.py @@ -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', ]