iaupdate/IAD/api/iaupdateapi.pro
changeset 29 26b6f0522fd8
child 44 329d304c1aa1
equal deleted inserted replaced
25:98b66e4fb0be 29:26b6f0522fd8
       
     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 = lib
       
    19 TARGET = iaupdateapi 	
       
    20 
       
    21 symbian {
       
    22     TARGET.UID3 = 0x2000F85C
       
    23     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    24     TARGET.EPOCALLOWDLLDATA=1
       
    25     MMP_RULES += "OPTION ARMCC --export_all_vtbl"
       
    26 } 
       
    27 
       
    28 DEPENDPATH += .
       
    29 DEPENDPATH += ./src
       
    30 DEPENDPATH += ./client/src
       
    31 DEPENDPATH += ./inc
       
    32 DEPENDPATH += ./client/inc
       
    33 DEPENDPATH += ../ui/inc
       
    34 DEPENDPATH += ../engine/inc
       
    35 
       
    36 INCLUDEPATH += .
       
    37 INCLUDEPATH += ../ui/inc
       
    38 INCLUDEPATH += ../engine/inc
       
    39 
       
    40 
       
    41 CONFIG += hb
       
    42 
       
    43 # Input
       
    44 SOURCES += iaupdate.cpp \
       
    45            iaupdateparameters.cpp \
       
    46            iaupdateresult.cpp \
       
    47            iaupdateclient.cpp \
       
    48            iaupdatemanager.cpp
       
    49 
       
    50 HEADERS = iaupdateclient.h \
       
    51           iaupdatemanager.h 
       
    52 
       
    53 LIBS += -lcone
       
    54 LIBS += -lws32
       
    55 LIBS += -lxqservice
       
    56 LIBS += -lxqserviceutil
       
    57 LIBS += -lflogger