commit 789ab61442508b38401bc1095c86eca868692d22
Author: Stephan Witt <sw...@lyx.org>
Date:   Wed Jul 8 17:58:07 2015 +0200

    Qt 5.5.x introduced a new framework dependency: QtDBus

diff --git a/development/LyX-Mac-binary-release.sh 
b/development/LyX-Mac-binary-release.sh
index d26086e..76bf79b 100644
--- a/development/LyX-Mac-binary-release.sh
+++ b/development/LyX-Mac-binary-release.sh
@@ -328,10 +328,14 @@ case "${QtVersion}" in
        QtLibraries="QtSvg QtXml QtPrintSupport QtWidgets QtGui QtNetwork 
QtConcurrent QtCore"
        QtFrameworkVersion="5"
        ;;
-5*)
+5.2.*|5.3.*|5.4.*)
        QtLibraries="QtSvg QtXml QtPrintSupport QtMacExtras QtWidgets QtGui 
QtNetwork QtConcurrent QtCore"
        QtFrameworkVersion="5"
        ;;
+5*)
+       QtLibraries="QtSvg QtXml QtPrintSupport QtDBus QtMacExtras QtWidgets 
QtGui QtNetwork QtConcurrent QtCore"
+       QtFrameworkVersion="5"
+       ;;
 *)
        QtLibraries="QtSvg QtXml QtGui QtNetwork QtCore"
        QtFrameworkVersion="4"

Reply via email to