From: Stephan Witt Date: Fri, 14 Apr 2017 20:07:09 +0000 (+0200) Subject: LyX build for Mac - no need to deploy QtDBus framework X-Git-Tag: 2.3.0alpha1~67 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=1366a560ce0db018f2efa71f3b3c6ed0ed1c1cb6;p=features.git LyX build for Mac - no need to deploy QtDBus framework --- diff --git a/development/LyX-Mac-binary-release.sh b/development/LyX-Mac-binary-release.sh index a220e8e4b6..2f8897fac5 100644 --- a/development/LyX-Mac-binary-release.sh +++ b/development/LyX-Mac-binary-release.sh @@ -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" ;; *)