changeset 0 | 1918ee327afb |
child 4 | 3b1da2848fc7 |
-1:000000000000 | 0:1918ee327afb |
---|---|
1 #!/bin/sh |
|
2 |
|
3 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
4 # All rights reserved. |
|
5 |
|
6 PRGDIR=`dirname "$0"` |
|
7 PRGDIR=`cd "$PRGDIR"; pwd` |
|
8 |
|
9 if $QMAKESPEC="" |
|
10 then |
|
11 export QMAKESPEC=$PRGDIR/qt/mkspecs/symbian-abld |
|
12 fi |
|
13 |
|
14 "$PRGDIR/qt/uic" "$@" |