qtwebkit needs imageformats plugin for animated gifs to work. loader.gif works in OSX now (#47)

This commit is contained in:
Micah Lee 2014-06-20 18:48:17 -07:00
parent ce15a79302
commit 9bc8248aa3

View File

@ -29,6 +29,7 @@ if platform.system() == 'Darwin':
'includes': ['PyQt4'],
'excludes': ['PyQt4.QtDesigner', 'PyQt4.QtOpenGL', 'PyQt4.QtScript', 'PyQt4.QtSql', 'PyQt4.QtTest', 'PyQt4.QtXml', 'PyQt4.phonon'],
'iconfile': 'setup/onionshare.icns',
'qt_plugins': 'imageformats',
'site_packages': True,
'plist': {
'CFBundleName': 'OnionShare',