From: Jean-Marc Lasgouttes Date: Mon, 5 Dec 2022 18:48:17 +0000 (+0100) Subject: Autoconf: actually require Qt 5.0.0 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=c130ae945b19930c478ea2ae788aa7b3eda80d8c;p=features.git Autoconf: actually require Qt 5.0.0 --- diff --git a/configure.ac b/configure.ac index 8c0ad6caf0..372767d25d 100644 --- a/configure.ac +++ b/configure.ac @@ -146,7 +146,7 @@ AC_CHECK_HEADERS(magic.h, ### setup the qt frontend. 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. -QT_DO_IT_ALL([4.5.0]) +QT_DO_IT_ALL([5.0.0]) AC_SUBST([FRONTENDS_SUBDIRS], [qt]) FRONTEND_INFO="${FRONTEND_INFO}\ Qt Frontend:\n\