changeset 0 | 1918ee327afb |
child 4 | 3b1da2848fc7 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/group/wrappers/moc Mon Jan 11 14:00:40 2010 +0000 @@ -0,0 +1,14 @@ +#!/bin/sh + +# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +# All rights reserved. + +PRGDIR=`dirname "$0"` +PRGDIR=`cd "$PRGDIR"; pwd` + +if $QMAKESPEC="" +then + export QMAKESPEC=$PRGDIR/qt/mkspecs/symbian-abld +fi + +"$PRGDIR/qt/moc" "$@"