Mercurial > hg > sonic-visualiser
changeset 1074:55575ded7d8c
Deployment fix
author | Chris Cannam |
---|---|
date | Thu, 22 Oct 2015 12:00:39 +0100 |
parents | 6a8ed8736b47 |
children | 94253fa11318 |
files | deploy/osx/copy-qt.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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/.*,,)