src/s60installs/deviceconfiguration/wrappers/uic.bat
changeset 22 79de32ba3296
parent 19 fcece45ef507
child 23 89e065397ea6
child 24 24fd0381a9ae
equal deleted inserted replaced
19:fcece45ef507 22:79de32ba3296
     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\uic.exe
       
     8 
       
     9 IF DEFINED QMAKESPEC GOTO :mkspec_set
       
    10 SET QMAKESPEC=%~dp0qt\mkspecs\symbian-sbsv2
       
    11 
       
    12 :mkspec_set
       
    13 "%__PRG__%" %*