comparison deploy/osx/copy-qt.sh @ 1764:f7acd0c9ee8d

Fixes for Qt 5.10
author Chris Cannam
date Wed, 31 Jan 2018 11:50:33 +0000
parents 2451e7bb90af
children c187a791fd46
comparison
equal deleted inserted replaced
1763:799c5e64d11b 1764:f7acd0c9ee8d
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 jpeg tga tiff wbmp webp cocoa minimal offscreen" 14 plugins="gif icns ico jpeg tga tiff wbmp webp cocoa macstyle 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"