comparison deploy/osx/paths.sh @ 1007:8d45d6412ca6 3.0-integration

Merge from branch osx-retina
author Chris Cannam
date Fri, 26 Jun 2015 14:18:18 +0100
parents 9fbd599b4e3a
children b2c45b831ea8
comparison
equal deleted inserted replaced
1006:c96b848edef7 1007:8d45d6412ca6
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"