diff deploy/osx/copy-qt.sh @ 1153:1e63105fc82d 3.0-integration

Deploy plugin checker helper; update deployment for current Qt
author Chris Cannam
date Wed, 27 Apr 2016 11:26:49 +0100
parents b2c45b831ea8
children 2451e7bb90af
line wrap: on
line diff
--- a/deploy/osx/copy-qt.sh	Wed Apr 27 11:04:32 2016 +0100
+++ b/deploy/osx/copy-qt.sh	Wed Apr 27 11:26:49 2016 +0100
@@ -11,7 +11,7 @@
 
 frameworks="QtCore QtNetwork QtGui QtXml QtSvg QtWidgets QtPrintSupport QtDBus"
 
-plugins="dds gif icns ico jp2 jpeg mng tga tiff wbmp webp cocoa minimal offscreen"
+plugins="dds gif icns ico jpeg tga tiff wbmp webp cocoa minimal offscreen"
 
 qtdir=$(grep "Command:" Makefile | head -1 | awk '{ print $3; }' | sed s,/bin/.*,,)