# HG changeset patch # User Chris Cannam # Date 1433417543 -3600 # Node ID 9fbd599b4e3a959c555f4bd10b1f805e887533e6 # Parent ac56fcbd763609845bc6ac79b19a328240a4015a Update deployment script for QtSvg diff -r ac56fcbd7636 -r 9fbd599b4e3a deploy/osx/copy-qt.sh --- a/deploy/osx/copy-qt.sh Thu Jun 04 11:12:14 2015 +0100 +++ b/deploy/osx/copy-qt.sh Thu Jun 04 12:32:23 2015 +0100 @@ -7,9 +7,9 @@ exit 2 fi -frameworks="QtCore QtNetwork QtGui QtXml QtWidgets QtPrintSupport" +frameworks="QtCore QtNetwork QtGui QtXml QtSvg 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/.*,,) diff -r ac56fcbd7636 -r 9fbd599b4e3a deploy/osx/paths.sh --- a/deploy/osx/paths.sh Thu Jun 04 11:12:14 2015 +0100 +++ b/deploy/osx/paths.sh Thu Jun 04 12:32:23 2015 +0100 @@ -7,7 +7,7 @@ exit 2 fi -frameworks="QtCore QtNetwork QtGui QtXml QtWidgets QtPrintSupport" +frameworks="QtCore QtNetwork QtGui QtXml QtSvg QtWidgets QtPrintSupport" echo echo "I expect you to have already copied these frameworks from the Qt installation to"