comparison deploy/osx/copy-qt.sh @ 1082:b2c45b831ea8 3.0-integration

Merge from default branch
author Chris Cannam
date Wed, 18 Nov 2015 12:08:33 +0000
parents 40ff7c801fc2 bd3728701e1e
children 1e63105fc82d
comparison
equal deleted inserted replaced
1071:b0f6dce4eab0 1082:b2c45b831ea8
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 QtSvg QtWidgets QtPrintSupport" 12 frameworks="QtCore QtNetwork QtGui QtXml QtSvg QtWidgets QtPrintSupport QtDBus"
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