diff deploy/osx/copy-qt.sh @ 1074:55575ded7d8c

Deployment fix
author Chris Cannam
date Thu, 22 Oct 2015 12:00:39 +0100
parents f8264ad5737a
children bd3728701e1e
line wrap: on
line diff
--- a/deploy/osx/copy-qt.sh	Thu Oct 22 11:53:06 2015 +0100
+++ b/deploy/osx/copy-qt.sh	Thu Oct 22 12:00:39 2015 +0100
@@ -9,7 +9,7 @@
 
 frameworks="QtCore QtNetwork QtGui QtXml QtWidgets QtPrintSupport"
 
-plugins="taccessiblewidgets dds gif icns ico jp2 jpeg mng tga tiff wbmp webp cocoa minimal offscreen"
+plugins="dds gif icns ico jp2 jpeg mng tga tiff wbmp webp cocoa minimal offscreen"
 
 qtdir=$(grep "Command:" Makefile | head -1 | awk '{ print $3; }' | sed s,/bin/.*,,)