Skip to content
Permalink
Browse files
Explicitly allow for Qt 4.2 in checks
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5747 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Sep 1, 2006
1 parent 1396e14 commit 49945bf
Showing 1 changed file with 1 addition and 1 deletion.
@@ -179,7 +179,7 @@ fi
AC_MSG_CHECKING([Qt version in $QTVERTEST])
QT_VER=`grep 'define.*QT_VERSION_STR\W' $QTVERTEST/qglobal.h | perl -p -e 's/\D//g'`
case "${QT_VER}" in
41*)
41*|42*)
QT_MAJOR="4"
case "${host}" in
*-darwin*)

0 comments on commit 49945bf

Please sign in to comment.