# HG changeset patch # User Chris Cannam # Date 1445511639 -3600 # Node ID 55575ded7d8c0b0f2a295277f84d7f12b4a5bc8b # Parent 6a8ed8736b47ce1c979a552d6e79ed7fddb70a45 Deployment fix diff -r 6a8ed8736b47 -r 55575ded7d8c deploy/osx/copy-qt.sh --- 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/.*,,)