mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Do not forget QtSvg when using pkgconfig in autoconf
This commit is contained in:
parent
789e7f7ed9
commit
e471e6cd49
@ -202,7 +202,7 @@ AC_DEFUN([QT_DO_PKG_CONFIG],
|
||||
export PKG_CONFIG_PATH
|
||||
fi
|
||||
qt_corelibs="QtCore"
|
||||
qt_guilibs="QtCore QtGui"
|
||||
qt_guilibs="QtCore QtGui QtSvg"
|
||||
if test "x$USE_QT5" != "xno" ; then
|
||||
qt_corelibs="Qt5Core"
|
||||
qt_guilibs="Qt5Core Qt5Concurrent Qt5Gui Qt5Svg Qt5Widgets"
|
||||
|
Loading…
Reference in New Issue
Block a user