| author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
| Mon, 15 Mar 2010 12:43:09 +0200 | |
| branch | RCL_3 |
| changeset 6 | dee5afe5301f |
| parent 4 | 3b1da2848fc7 |
| permissions | -rw-r--r-- |
| 0 | 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 |
||
|
4
3b1da2848fc7
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
9 |
[ -z "$QMAKESPEC" ] && export QMAKESPEC=$PRGDIR/qt/mkspecs/symbian-sbsv2 |
| 0 | 10 |
|
11 |
"$PRGDIR/qt/qmake" "$@" |