mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
#12305 Correct typo in library name QtDBus - fatal error with case sensitive file systems
(cherry picked from commit 15d1f2c76d
)
This commit is contained in:
parent
70d88f02e7
commit
beac25f08e
@ -361,7 +361,7 @@ case "${QtVersion}" in
|
||||
QtFrameworkVersion="5"
|
||||
;;
|
||||
5.12.*)
|
||||
QtLibraries=${QtLibraries:-"QtDbus QtSvg QtXml QtPrintSupport QtMacExtras QtWidgets QtGui QtNetwork QtConcurrent QtCore"}
|
||||
QtLibraries=${QtLibraries:-"QtDBus QtSvg QtXml QtPrintSupport QtMacExtras QtWidgets QtGui QtNetwork QtConcurrent QtCore"}
|
||||
QtFrameworkVersion="5"
|
||||
;;
|
||||
5*)
|
||||
|
Loading…
Reference in New Issue
Block a user