Mercurial > hg > sonic-visualiser
comparison deploy/osx/copy-qt.sh @ 1074:55575ded7d8c
Deployment fix
author | Chris Cannam |
---|---|
date | Thu, 22 Oct 2015 12:00:39 +0100 |
parents | f8264ad5737a |
children | bd3728701e1e |
comparison
equal
deleted
inserted
replaced
1073:6a8ed8736b47 | 1074:55575ded7d8c |
---|---|
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 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" |