Mercurial > hg > sonic-visualiser
comparison deploy/osx/copy-qt.sh @ 1833:acb51ab8fb26 plugin-path-config
Merge from default branch
author | Chris Cannam |
---|---|
date | Fri, 25 May 2018 09:25:38 +0100 |
parents | c187a791fd46 |
children | 11342618ccbe |
comparison
equal
deleted
inserted
replaced
1826:b03652cd338f | 1833:acb51ab8fb26 |
---|---|
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="gif icns ico jpeg tga tiff wbmp webp cocoa macstyle minimal offscreen" | 14 plugins="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" |