javamanager/javaupgradeapp/build/javaupgradeapp.pro
changeset 35 85266cc22c7f
equal deleted inserted replaced
26:dc7c549001d5 35:85266cc22c7f
       
     1 #
       
     2 # Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     3 # All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 #
       
     9 # Initial Contributors:
       
    10 # Nokia Corporation - initial contribution.
       
    11 #
       
    12 # Contributors:
       
    13 #
       
    14 # Description: Helper application for uninstalling a java application and 
       
    15 #    then installing new application (java or native)
       
    16 #
       
    17 # 
       
    18 
       
    19 TEMPLATE=app
       
    20 TARGET=javaupgradeapp
       
    21 CONFIG += omj no_icon stl
       
    22 CONFIG -= qt
       
    23 
       
    24 symbian {
       
    25     TARGET.UID2          = 0x2000CFEC
       
    26     TARGET.UID3          = 0x2002FF64
       
    27     TARGET.CAPABILITY = TrustedUI 
       
    28     LIBS +=  -lestor -lapparc -lapgrfx
       
    29 }
       
    30 
       
    31 include(../../../build/omj.pri)