phonebookui/phonebookservices/phonebookservices.pro
branchRCL_3
changeset 62 5b6f26637ad3
equal deleted inserted replaced
58:d4f567ce2e7c 62:5b6f26637ad3
       
     1 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 # All rights reserved.
       
     3 # This component and the accompanying materials are made available
       
     4 # under the terms of "Eclipse Public License v1.0"
       
     5 # which accompanies this distribution, and is available
       
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 # Initial Contributors:
       
     8 # Nokia Corporation - initial contribution.
       
     9 # Contributors:
       
    10 # Description:
       
    11 
       
    12 TEMPLATE = app
       
    13 TARGET = phonebookservices
       
    14 CONFIG += hb
       
    15 CONFIG += service
       
    16 
       
    17 DEPENDPATH += . \
       
    18     src
       
    19 
       
    20 INCLUDEPATH +=  ../pbkcommonui/inc \
       
    21                 ../pbkcommonui/engine_inc \
       
    22                 ../../inc
       
    23                 
       
    24 INCLUDEPATH += ../../phonebookengines/cntimageutility/inc
       
    25 
       
    26 INCLUDEPATH += . \
       
    27     inc \
       
    28     ../../inc
       
    29 
       
    30 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    31 
       
    32 MOC_DIR = moc
       
    33 
       
    34 # Input
       
    35 HEADERS += inc/cntserviceviewmanager.h \
       
    36            inc/cntserviceproviderold.h \
       
    37            inc/cntserviceproviderold2.h \
       
    38            inc/cntservicecontactfetchview.h \
       
    39            inc/cntservicecontactselectionview.h \
       
    40            inc/cntserviceeditview.h \
       
    41            inc/cntservicecontactcardview.h \
       
    42            inc/cntservicegroupmemberview.h \
       
    43            inc/cntserviceassigncontactcardview.h \
       
    44            inc/cntserviceviewfactory.h \
       
    45            inc/cntservices.h \
       
    46            inc/cntabstractserviceprovider.h \
       
    47            inc/cntserviceproviderfetch.h \
       
    48            inc/cntserviceproviderviewing.h \
       
    49            inc/cntserviceprovideredit.h \
       
    50            inc/cntserviceviewparams.h \
       
    51            inc/cntservicesubeditview.h
       
    52 
       
    53 SOURCES += src/main.cpp \
       
    54            src/cntserviceviewmanager.cpp \
       
    55            src/cntserviceproviderold.cpp \
       
    56            src/cntserviceproviderold2.cpp \
       
    57            src/cntservicecontactfetchview.cpp \
       
    58            src/cntservicecontactselectionview.cpp \
       
    59            src/cntserviceeditview.cpp \
       
    60            src/cntservicecontactcardview.cpp \
       
    61            src/cntservicegroupmemberview.cpp \
       
    62            src/cntserviceassigncontactcardview.cpp \
       
    63            src/cntserviceviewfactory.cpp \
       
    64            src/cntservices.cpp \
       
    65            src/cntserviceproviderfetch.cpp \
       
    66            src/cntserviceproviderviewing.cpp \
       
    67            src/cntserviceprovideredit.cpp \
       
    68            src/cntservicesubeditview.cpp
       
    69 
       
    70 # capability
       
    71 TARGET.CAPABILITY = CAP_APPLICATION
       
    72 
       
    73 TRANSLATIONS = contacts.ts
       
    74 
       
    75 TARGET.UID3 = 0x2002429B
       
    76 
       
    77 LIBS += -lxqservice \
       
    78         -lxqserviceutil \
       
    79         -lhbcore \
       
    80         -lqtcontacts \
       
    81         -lcntlistmodel \
       
    82         -lpbkcommonui \
       
    83         -lqtversit \
       
    84         -lcntimageutility
       
    85 
       
    86 SERVICE.FILE = service_conf.xml
       
    87 SERVICE.OPTIONS = embeddable
       
    88 SERVICE.OPTIONS += hidden