iaupdate/IAD/launcher/iaupdatelauncher.pro
branchRCL_3
changeset 25 7333d7932ef7
equal deleted inserted replaced
24:5cc91383ab1e 25:7333d7932ef7
       
     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:   
       
    15 #                
       
    16 
       
    17 
       
    18 TEMPLATE = app
       
    19 TARGET = iaupdatelauncher 	
       
    20 
       
    21 symbian {
       
    22     TARGET.UID3 = 0x2001FE2F
       
    23     TARGET.CAPABILITY = CAP_APPLICATION
       
    24     SKINICON = qtg_large_swupdate 
       
    25     TRANSLATIONS = swupdate.ts
       
    26 }    
       
    27 DEPENDPATH += .
       
    28 DEPENDPATH += ./src
       
    29 DEPENDPATH += ./inc
       
    30 
       
    31 INCLUDEPATH += .
       
    32 INCLUDEPATH += ../engine/inc
       
    33 
       
    34 CONFIG += hb
       
    35 
       
    36 # Input
       
    37 SOURCES += iaupdatelaunchermain.cpp \
       
    38            iaupdatelauncherclient.cpp 
       
    39 
       
    40 HEADERS = iaupdatelauncherclient.h 
       
    41 
       
    42 LIBS += -lxqservice
       
    43 LIBS += -lxqserviceutil
       
    44 LIBS += -lflogger