comparison deploy/osx/copy-qt.sh @ 982:9fbd599b4e3a osx-retina

Update deployment script for QtSvg
author Chris Cannam
date Thu, 04 Jun 2015 12:32:23 +0100
parents f8264ad5737a
children 40ff7c801fc2
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 plugins="taccessiblewidgets dds gif icns ico jp2 jpeg mng tga tiff wbmp webp cocoa minimal offscreen" 12 plugins="dds gif icns ico jp2 jpeg mng tga tiff wbmp webp cocoa minimal offscreen"
13 13
14 qtdir=$(grep "Command:" Makefile | head -1 | awk '{ print $3; }' | sed s,/bin/.*,,) 14 qtdir=$(grep "Command:" Makefile | head -1 | awk '{ print $3; }' | sed s,/bin/.*,,)
15 15
16 if [ ! -d "$qtdir" ]; then 16 if [ ! -d "$qtdir" ]; then
17 echo "Failed to discover Qt installation directory from Makefile, exiting" 17 echo "Failed to discover Qt installation directory from Makefile, exiting"