Generate error if found qt version is not 5: we cant build with 4 any more
This commit is contained in:
parent
2a9d31bb7f
commit
c4fc68b934
@ -441,7 +441,7 @@ if test X$enableQT = Xyes ; then
|
|||||||
AC_MSG_ERROR([Bad qt/qmake version string (not 4 or 5?): $qmakevers])
|
AC_MSG_ERROR([Bad qt/qmake version string (not 4 or 5?): $qmakevers])
|
||||||
else
|
else
|
||||||
if test X$v4 != X0 ; then
|
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
|
else
|
||||||
AC_MSG_NOTICE([using qt version 5 user interface])
|
AC_MSG_NOTICE([using qt version 5 user interface])
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user