]> git.lyx.org Git - lyx.git/commitdiff
Qt 5.5.x introduced a new framework dependency: QtDBus
authorStephan Witt <switt@lyx.org>
Wed, 8 Jul 2015 15:58:07 +0000 (17:58 +0200)
committerStephan Witt <switt@lyx.org>
Wed, 8 Jul 2015 15:58:07 +0000 (17:58 +0200)
development/LyX-Mac-binary-release.sh

index d26086efc07b170b0df0870ed7177d9c181f39ff..76bf79b0f2fa83aba93700f40bf0e5b623e98dcd 100644 (file)
@@ -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"