common/hlm.bat
author brendand@symbian.org
Tue, 22 Jun 2010 11:48:19 +0100
changeset 1133 ff9a882813b0
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Modified run-qmake template to make it work in the context of smoketest exec

@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