diff deploy/osx/copy-qt.sh @ 1077:bd3728701e1e

Deployment fixes. Qt on OSX now seems to depend on QtDBus, so copy that in, and also fail if anything is found to depend on an absent Qt framework.
author Chris Cannam
date Fri, 23 Oct 2015 08:44:37 +0100
parents 55575ded7d8c
children b2c45b831ea8
line wrap: on
line diff
--- a/deploy/osx/copy-qt.sh	Thu Oct 22 12:26:02 2015 +0100
+++ b/deploy/osx/copy-qt.sh	Fri Oct 23 08:44:37 2015 +0100
@@ -7,7 +7,7 @@
 	exit 2
 fi
 
-frameworks="QtCore QtNetwork QtGui QtXml QtWidgets QtPrintSupport"
+frameworks="QtCore QtNetwork QtGui QtXml QtWidgets QtPrintSupport QtDBus"
 
 plugins="dds gif icns ico jp2 jpeg mng tga tiff wbmp webp cocoa minimal offscreen"