author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Tue, 26 Jan 2010 12:42:25 +0200 | |
changeset 2 | 56cd8111b7f7 |
parent 0 | 1918ee327afb |
child 4 | 3b1da2848fc7 |
permissions | -rw-r--r-- |
0 | 1 |
@REM Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
2 |
@REM All rights reserved. |
|
3 |
||
4 |
@ECHO OFF |
|
5 |
SETLOCAL |
|
6 |
||
7 |
SET __PRG__=%~dp0qt\qmake.exe |
|
8 |
||
9 |
IF DEFINED QMAKESPEC GOTO :mkspec_set |
|
10 |
SET QMAKESPEC=%~dp0qt\mkspecs\symbian-abld |
|
11 |
||
12 |
:mkspec_set |
|
13 |
REM The following line can be used to enable qmake.cache |
|
14 |
REM %__PRG__% -cache %~dp0qt\qmake.cache %* |
|
15 |
||
16 |
"%__PRG__%" %* |