mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
LyX build for Mac - no need to deploy QtDBus framework
This commit is contained in:
parent
e2e449717b
commit
1366a560ce
@ -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"
|
||||
;;
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user