Remove TIFF plugin support from Mac at least for now.

(cherry picked from commit 03e2fc428282bfb02e541f197ffe72921a9819d5)
This commit is contained in:
John Maguire 2013-11-26 14:27:30 +01:00
parent d36f0536e8
commit 46565bdf8c

1
dist/macdeploy.py vendored
View File

@ -108,7 +108,6 @@ QT_PLUGINS = [
'imageformats/libqjpeg.dylib',
'imageformats/libqmng.dylib',
'imageformats/libqsvg.dylib',
'imageformats/libqtiff.dylib',
]
QT_PLUGINS_SEARCH_PATH=[
'/target/plugins',