Skip to content

Commit b10d248

Browse files
author
g_j_m
committed
Explicitly allow for Qt 4.2 in checks
git-svn-id: http://svn.osgeo.org/qgis/trunk@5747 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent f028b54 commit b10d248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acinclude.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ fi
179179
AC_MSG_CHECKING([Qt version in $QTVERTEST])
180180
QT_VER=`grep 'define.*QT_VERSION_STR\W' $QTVERTEST/qglobal.h | perl -p -e 's/\D//g'`
181181
case "${QT_VER}" in
182-
41*)
182+
41*|42*)
183183
QT_MAJOR="4"
184184
case "${host}" in
185185
*-darwin*)

0 commit comments

Comments
 (0)