group/wrappers/uic
branchRCL_3
changeset 4 3b1da2848fc7
parent 0 1918ee327afb
--- a/group/wrappers/uic	Tue Feb 02 00:43:10 2010 +0200
+++ b/group/wrappers/uic	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/uic" "$@"