]> git.lyx.org Git - features.git/commitdiff
LyX build for Mac - no need to deploy QtDBus framework
authorStephan Witt <switt@lyx.org>
Fri, 14 Apr 2017 20:07:09 +0000 (22:07 +0200)
committerStephan Witt <switt@lyx.org>
Fri, 14 Apr 2017 20:07:09 +0000 (22:07 +0200)
development/LyX-Mac-binary-release.sh

index a220e8e4b64323d13de5183aeab0d568e7ac0dbb..2f8897fac51a7b55298576df5b9990b520b6748d 100644 (file)
@@ -355,12 +355,8 @@ case "${QtVersion}" in
        QtLibraries="QtSvg QtXml QtPrintSupport QtWidgets QtGui QtNetwork QtConcurrent QtCore"
        QtFrameworkVersion="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"
+       QtLibraries="QtSvg QtXml QtPrintSupport QtMacExtras QtWidgets QtGui QtNetwork QtConcurrent QtCore"
        QtFrameworkVersion="5"
        ;;
 *)