Mercurial > hg > tony
comparison deploy/osx/copy-qt.sh @ 483:42e80bb7f1ad recording
Deployment bits
author | Chris Cannam |
---|---|
date | Thu, 20 Aug 2015 16:41:23 +0100 |
parents | af696edbd644 |
children | 449a0355f864 |
comparison
equal
deleted
inserted
replaced
482:b279234220e0 | 483:42e80bb7f1ad |
---|---|
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 |