Mercurial > hg > sonic-visualiser
comparison deploy/osx/paths.sh @ 982:9fbd599b4e3a osx-retina
Update deployment script for QtSvg
author | Chris Cannam |
---|---|
date | Thu, 04 Jun 2015 12:32:23 +0100 |
parents | 5462ac97d28f |
children | b2c45b831ea8 |
comparison
equal
deleted
inserted
replaced
981:ac56fcbd7636 | 982:9fbd599b4e3a |
---|---|
5 echo "Usage: $0 <appname>" | 5 echo "Usage: $0 <appname>" |
6 echo "Provide appname without the .app extension, please" | 6 echo "Provide appname without the .app extension, please" |
7 exit 2 | 7 exit 2 |
8 fi | 8 fi |
9 | 9 |
10 frameworks="QtCore QtNetwork QtGui QtXml QtWidgets QtPrintSupport" | 10 frameworks="QtCore QtNetwork QtGui QtXml QtSvg QtWidgets QtPrintSupport" |
11 | 11 |
12 echo | 12 echo |
13 echo "I expect you to have already copied these frameworks from the Qt installation to" | 13 echo "I expect you to have already copied these frameworks from the Qt installation to" |
14 echo "$app.app/Contents/Frameworks -- expect errors to follow if they're missing:" | 14 echo "$app.app/Contents/Frameworks -- expect errors to follow if they're missing:" |
15 echo "$frameworks" | 15 echo "$frameworks" |