changeset 1881:11342618ccbe

Add qmacstyle plugin
author Chris Cannam <cannam@all-day-breakfast.com>
date Tue, 26 Jun 2018 13:29:40 +0100
parents 38f58e9c565d
children 6955148c6be9 033fcd33e125
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	Tue Jun 26 09:45:05 2018 +0100
+++ b/deploy/osx/copy-qt.sh	Tue Jun 26 13:29:40 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 minimal offscreen"
+plugins="gif icns ico jpeg tga tiff wbmp webp cocoa minimal offscreen macstyle"
 
 qtdir=$(grep "Command:" Makefile | head -1 | awk '{ print $3; }' | sed s,/bin/.*,,)