phonebookui/phonebookservices/tsrc/qtpbkservicestestapp/qtpbkservicestestapp.pro
branchRCL_3
changeset 62 5b6f26637ad3
equal deleted inserted replaced
58:d4f567ce2e7c 62:5b6f26637ad3
       
     1 #
       
     2 # Copyright (c) 2009 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: App for testing Contacts highway UI services
       
    15 #
       
    16 
       
    17 TEMPLATE = app
       
    18 TARGET =
       
    19 DEPENDPATH += .
       
    20 INCLUDEPATH += .
       
    21 INCLUDEPATH += ../../../../inc
       
    22 
       
    23 CONFIG += hb
       
    24 
       
    25 LIBS+=-lhbcore -lxqservice -lqtcontacts -lcntlistmodel
       
    26 
       
    27 # Input
       
    28 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE 
       
    29 
       
    30 HEADERS += testpbkservices.h
       
    31 
       
    32 SOURCES += main.cpp \
       
    33            testpbkservices.cpp
       
    34 
       
    35 TARGET.CAPABILITY = ALL -TCB
       
    36 
       
    37 BLD_INF_RULES.prj_exports += \
       
    38         "testvcard.vcf \epoc32\winscw\c\data\others\testvcard.vcf"
       
    39