src/s60installs/deviceconfiguration/wrappers/qmake.bat
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 15 Mar 2010 12:43:09 +0200
branchRCL_3
changeset 6 dee5afe5301f
parent 5 d3bac044e0f0
child 8 3f74d0d4af4c
permissions -rw-r--r--
Revision: 201008 Kit: 201010

@REM Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
@REM All rights reserved.

@ECHO OFF
SETLOCAL

SET __PRG__=%~dp0qt/qmake.exe

IF DEFINED QMAKESPEC GOTO :mkspec_set
SET QMAKESPEC=%~dp0qt/mkspecs/symbian-abld

:mkspec_set
REM The following line can be used to enable qmake.cache
REM %__PRG__% -cache %~dp0qt\qmake.cache %*

"%__PRG__%" %*