changeset 1828:c187a791fd46

qmacstyle no longer needed?
author Chris Cannam <cannam@all-day-breakfast.com>
date Thu, 24 May 2018 16:44:07 +0100
parents 1b6ffed298a2
children 8c3683eeb898 da678ff18fb0
files deploy/osx/copy-qt.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/deploy/osx/copy-qt.sh	Fri May 18 13:49:23 2018 +0100
+++ b/deploy/osx/copy-qt.sh	Thu May 24 16:44:07 2018 +0100
@@ -11,7 +11,7 @@
 
 frameworks="QtCore QtNetwork QtGui QtXml QtSvg QtWidgets QtPrintSupport QtDBus"
 
-plugins="gif icns ico jpeg tga tiff wbmp webp cocoa macstyle minimal offscreen"
+plugins="gif icns ico jpeg tga tiff wbmp webp cocoa minimal offscreen"
 
 qtdir=$(grep "Command:" Makefile | head -1 | awk '{ print $3; }' | sed s,/bin/.*,,)