src/s60installs/deviceconfiguration/wrappers/rcc
author Eckhart Koeppen <eckhart.koppen@nokia.com>
Fri, 16 Apr 2010 11:39:52 +0300
branchRCL_3
changeset 9 740e5562c97f
parent 5 d3bac044e0f0
permissions -rwxr-xr-x
8b5beb2a553102639e9eb38c8f8f0f6775e8545b

#!/bin/sh

# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
# All rights reserved.

PRGDIR=`dirname "$0"`
PRGDIR=`cd "$PRGDIR"; pwd`

[ -z "$QMAKESPEC" ] && export QMAKESPEC=$PRGDIR/qt/mkspecs/symbian-sbsv2

"$PRGDIR/qt/rcc" "$@"