|
a/src/configure.ac |
|
b/src/configure.ac |
|
... |
|
... |
399 |
# depend on this. We try to detect the qt 4 version string instead.
|
399 |
# depend on this. We try to detect the qt 4 version string instead.
|
400 |
qmakevers="`${QMAKE} --version 2>&1`"
|
400 |
qmakevers="`${QMAKE} --version 2>&1`"
|
401 |
#echo "qmake version: $qmakevers"
|
401 |
#echo "qmake version: $qmakevers"
|
402 |
v4=`expr "$qmakevers" : '.*Qt[ ][ ]*version[ ][ ]*4.*'`
|
402 |
v4=`expr "$qmakevers" : '.*Qt[ ][ ]*version[ ][ ]*4.*'`
|
403 |
if test X$v4 = X0 ; then
|
403 |
if test X$v4 = X0 ; then
|
404 |
AC_MSG_ERROR([qmake seems to indincate using Qt version 3 which is not supported any more])
|
404 |
AC_MSG_ERROR([qmake seems to be using Qt version 3 which is not supported any more])
|
405 |
QTGUI=qtgui
|
405 |
QTGUI=qtgui
|
406 |
else
|
406 |
else
|
407 |
AC_MSG_NOTICE([using qt version 4 user interface])
|
407 |
AC_MSG_NOTICE([using qt version 4 user interface])
|
408 |
QTGUI=qtgui
|
408 |
QTGUI=qtgui
|
409 |
fi
|
409 |
fi
|