comparison deploy/osx/copy-qt.sh @ 507:fc726260b29b

Merge from branch "2.0-integration"
author Chris Cannam
date Mon, 19 Oct 2015 11:38:17 +0100
parents 42e80bb7f1ad
children 449a0355f864
comparison
equal deleted inserted replaced
473:ceecc71eeb20 507:fc726260b29b
7 echo "Usage: $0 <appname>" 7 echo "Usage: $0 <appname>"
8 echo "Provide appname without the .app extension, please" 8 echo "Provide appname without the .app extension, please"
9 exit 2 9 exit 2
10 fi 10 fi
11 11
12 frameworks="QtCore QtNetwork QtGui QtXml QtWidgets QtPrintSupport" 12 frameworks="QtCore QtNetwork QtGui QtXml QtSvg QtWidgets QtPrintSupport"
13 13
14 plugins="dds gif icns ico jp2 jpeg mng tga tiff wbmp webp cocoa minimal offscreen" 14 plugins="dds gif icns ico jp2 jpeg mng tga tiff wbmp webp cocoa minimal offscreen"
15 15
16 qtdir=$(grep "Command:" Makefile | head -1 | awk '{ print $3; }' | sed s,/bin/.*,,) 16 qtdir=$(grep "Command:" Makefile | head -1 | awk '{ print $3; }' | sed s,/bin/.*,,)
17 17