Mercurial > hg > sonic-visualiser
comparison deploy/osx/copy-qt.sh @ 1153:1e63105fc82d 3.0-integration
Deploy plugin checker helper; update deployment for current Qt
author | Chris Cannam |
---|---|
date | Wed, 27 Apr 2016 11:26:49 +0100 |
parents | b2c45b831ea8 |
children | 2451e7bb90af |
comparison
equal
deleted
inserted
replaced
1152:2e83525cf638 | 1153:1e63105fc82d |
---|---|
9 exit 2 | 9 exit 2 |
10 fi | 10 fi |
11 | 11 |
12 frameworks="QtCore QtNetwork QtGui QtXml QtSvg QtWidgets QtPrintSupport QtDBus" | 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 jpeg 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 |
18 if [ ! -d "$qtdir" ]; then | 18 if [ ! -d "$qtdir" ]; then |
19 echo "Failed to discover Qt installation directory from Makefile, exiting" | 19 echo "Failed to discover Qt installation directory from Makefile, exiting" |