common/hlm.bat
author brendand@symbian.org
Wed, 30 Jun 2010 10:54:16 +0100
changeset 1126 4af748f40e05
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Needed to look in the qt subdirectory of the smoketest for the conf file

@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