Generate error if found qt version is not 5: we cant build with 4 any more

This commit is contained in:
Jean-Francois Dockes 2020-01-05 17:30:50 +01:00
parent 2a9d31bb7f
commit c4fc68b934

View File

@ -441,7 +441,7 @@ if test X$enableQT = Xyes ; then
AC_MSG_ERROR([Bad qt/qmake version string (not 4 or 5?): $qmakevers])
else
if test X$v4 != X0 ; then
AC_MSG_NOTICE([using qt version 4 user interface])
AC_MSG_ERROR([Qt version (from qmake found with QMAKE/QTDIR/PATH) is 4 but Recoll now needs version 5])
else
AC_MSG_NOTICE([using qt version 5 user interface])
fi