equal
deleted
inserted
replaced
5 SETLOCAL |
5 SETLOCAL |
6 |
6 |
7 SET __PRG__=%~dp0qt/qmake.exe |
7 SET __PRG__=%~dp0qt/qmake.exe |
8 |
8 |
9 IF DEFINED QMAKESPEC GOTO :mkspec_set |
9 IF DEFINED QMAKESPEC GOTO :mkspec_set |
10 SET QMAKESPEC=%~dp0qt/mkspecs/symbian-sbsv2 |
10 SET QMAKESPEC=%~dp0qt/mkspecs/symbian-abld |
11 |
11 |
12 :mkspec_set |
12 :mkspec_set |
13 REM The following line can be used to enable qmake.cache |
13 REM The following line can be used to enable qmake.cache |
14 REM %__PRG__% -cache %~dp0qt\qmake.cache %* |
14 REM %__PRG__% -cache %~dp0qt\qmake.cache %* |
15 |
15 |