mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Correct moc compiler version extractor regex for patch level greater 9.
(cherry picked from commit c93c94fd22
)
This commit is contained in:
parent
2f01ab6410
commit
b7403de38c
@ -208,7 +208,7 @@ AC_DEFUN([QT_DO_IT_ALL],
|
||||
QT_FIND_TOOL([QT_RCC], [rcc])
|
||||
|
||||
dnl Safety check
|
||||
mocqtver=`$QT_MOC -v 2>&1 | sed -e 's/.*\([[0-9]]\.[[0-9]]*\.[[0-9]]\).*/\1/'`
|
||||
mocqtver=`$QT_MOC -v 2>&1 | sed -e 's/.*\([[0-9]]\.[[0-9]]*\.[[0-9]]*\).*/\1/'`
|
||||
if test "x$mocqtver" != "x$QTLIB_VERSION"; then
|
||||
LYX_WARNING([The found moc compiler is for Qt $mocqtver but the Qt library version is $QTLIB_VERSION.])
|
||||
fi
|
||||
|
@ -97,3 +97,5 @@ What's new
|
||||
|
||||
- update included boost library to version 1.75.0.
|
||||
|
||||
- fix warning when configuring with Qt 5.15.1x.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user