Mercurial > hg > sonic-visualiser
changeset 982:9fbd599b4e3a osx-retina
Update deployment script for QtSvg
author | Chris Cannam |
---|---|
date | Thu, 04 Jun 2015 12:32:23 +0100 |
parents | ac56fcbd7636 |
children | 0359493998b8 |
files | deploy/osx/copy-qt.sh deploy/osx/paths.sh |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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/.*,,)
--- 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"