branch | RCL_3 |
changeset 4 | 3b1da2848fc7 |
parent 0 | 1918ee327afb |
3:41300fa6a67c | 4:3b1da2848fc7 |
---|---|
4 # All rights reserved. |
4 # All rights reserved. |
5 |
5 |
6 PRGDIR=`dirname "$0"` |
6 PRGDIR=`dirname "$0"` |
7 PRGDIR=`cd "$PRGDIR"; pwd` |
7 PRGDIR=`cd "$PRGDIR"; pwd` |
8 |
8 |
9 if $QMAKESPEC="" |
9 [ -z "$QMAKESPEC" ] && export QMAKESPEC=$PRGDIR/qt/mkspecs/symbian-sbsv2 |
10 then |
|
11 export QMAKESPEC=$PRGDIR/qt/mkspecs/symbian-abld |
|
12 fi |
|
13 |
10 |
14 "$PRGDIR/qt/uic" "$@" |
11 "$PRGDIR/qt/uic" "$@" |