diff -r 41300fa6a67c -r 3b1da2848fc7 group/wrappers/qmake --- a/group/wrappers/qmake Tue Feb 02 00:43:10 2010 +0200 +++ b/group/wrappers/qmake Fri Feb 19 23:40:16 2010 +0200 @@ -6,9 +6,6 @@ PRGDIR=`dirname "$0"` PRGDIR=`cd "$PRGDIR"; pwd` -if $QMAKESPEC="" -then - export QMAKESPEC=$PRGDIR/qt/mkspecs/symbian-abld -fi +[ -z "$QMAKESPEC" ] && export QMAKESPEC=$PRGDIR/qt/mkspecs/symbian-sbsv2 "$PRGDIR/qt/qmake" "$@"