mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix configuring for Qt5 with autotools on non-Mac platforms.
This commit is contained in:
parent
c280574402
commit
ab3259885b
@ -206,6 +206,7 @@ AC_DEFUN([QT_DO_PKG_CONFIG],
|
||||
if $lyx_use_winextras; then
|
||||
qt_guilibs="$qt_guilibs Qt5WinExtras"
|
||||
fi
|
||||
lyx_use_macextras=false
|
||||
PKG_CHECK_EXISTS(Qt5MacExtras, [lyx_use_macextras=true], [])
|
||||
if $lyx_use_macextras; then
|
||||
qt_guilibs="$qt_guilibs Qt5MacExtras"
|
||||
|
Loading…
Reference in New Issue
Block a user