src/s60installs/deviceconfiguration/wrappers/lrelease
changeset 22 79de32ba3296
parent 19 fcece45ef507
child 23 89e065397ea6
child 24 24fd0381a9ae
equal deleted inserted replaced
19:fcece45ef507 22:79de32ba3296
     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 [ -z "$QMAKESPEC" ] && export QMAKESPEC=$PRGDIR/qt/mkspecs/symbian-sbsv2
       
    10 
       
    11 "$PRGDIR/qt/lrelease" "$@"