mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Autoconf: actually require Qt 5.0.0
This commit is contained in:
parent
4143dc9202
commit
c130ae945b
@ -146,7 +146,7 @@ AC_CHECK_HEADERS(magic.h,
|
|||||||
### setup the qt frontend.
|
### setup the qt frontend.
|
||||||
dnl The code below is not in a macro, because this would cause big
|
dnl The code below is not in a macro, because this would cause big
|
||||||
dnl problems with the AC_REQUIRE contained in QT_DO_IT_ALL.
|
dnl problems with the AC_REQUIRE contained in QT_DO_IT_ALL.
|
||||||
QT_DO_IT_ALL([4.5.0])
|
QT_DO_IT_ALL([5.0.0])
|
||||||
AC_SUBST([FRONTENDS_SUBDIRS], [qt])
|
AC_SUBST([FRONTENDS_SUBDIRS], [qt])
|
||||||
FRONTEND_INFO="${FRONTEND_INFO}\
|
FRONTEND_INFO="${FRONTEND_INFO}\
|
||||||
Qt Frontend:\n\
|
Qt Frontend:\n\
|
||||||
|
Loading…
Reference in New Issue
Block a user