diff 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
line wrap: on
line diff
--- a/deploy/osx/copy-qt.sh	Wed Jan 31 11:36:29 2018 +0000
+++ b/deploy/osx/copy-qt.sh	Wed Jan 31 11:50:33 2018 +0000
@@ -11,7 +11,7 @@
 
 frameworks="QtCore QtNetwork QtGui QtXml QtSvg QtWidgets QtPrintSupport QtDBus"
 
-plugins="dds gif icns ico jpeg tga tiff wbmp webp cocoa minimal offscreen"
+plugins="gif icns ico jpeg tga tiff wbmp webp cocoa macstyle minimal offscreen"
 
 qtdir=$(grep "Command:" Makefile | head -1 | awk '{ print $3; }' | sed s,/bin/.*,,)