src/s60installs/deviceconfiguration/wrappers/lrelease
author eckhart.koppen@nokia.com
Wed, 31 Mar 2010 11:06:36 +0300
changeset 7 f7bc934e204c
permissions -rw-r--r--
5cabc75a39ca2f064f70b40f72ed93c74c4dc19b

#!/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/lrelease" "$@"