common/hlm.bat
author brendand@symbian.org
Wed, 30 Jun 2010 07:53:54 +0100
changeset 1136 c8f72b84a75f
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Replace the qt.conf for the duration of the building of the tests

@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