author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Fri, 19 Feb 2010 23:40:16 +0200 | |
branch | RCL_3 |
changeset 4 | 3b1da2848fc7 |
parent 0 | 1918ee327afb |
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 |
||
4
3b1da2848fc7
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
7 |
SET __PRG__=%~dp0qt/qmake.exe |
0 | 8 |
|
9 |
IF DEFINED QMAKESPEC GOTO :mkspec_set |
|
4
3b1da2848fc7
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
10 |
SET QMAKESPEC=%~dp0qt/mkspecs/symbian-abld |
0 | 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__%" %* |