mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Qt 5.5.x introduced a new framework dependency: QtDBus
This commit is contained in:
parent
6e9bd23a1f
commit
789ab61442
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user