common/hlm.bat
author Shabe Razvi <shaber@symbian.org>
Thu, 15 Apr 2010 16:54:31 +0100
changeset 971 35d8126bcf87
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Use qt.qmake.ant.template property for custom qmake template

@echo off
setlocal
if not defined HELIUM_HOME set HELIUM_HOME=%~dp0..\..\..\..\helium
echo %HELIUM_HOME%
rem call ..\..\build\env.bat
call %HELIUM_HOME%\hlm.bat %*
endlocal