emailservices/nmutilities/tsrc/unittests/unittest_nmcontacthistorymodel_p/unittest_nmcontacthistorymodel_p.pro
changeset 75 47d84de1c893
child 74 6c59112cfd31
equal deleted inserted replaced
72:64e38f08e49c 75:47d84de1c893
       
     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: 
       
    15 #
       
    16 
       
    17 TEMPLATE = app
       
    18 TARGET = 
       
    19 DEPENDPATH += . 
       
    20               
       
    21 INCLUDEPATH += . \
       
    22          ../../../../../email_plat/contact_history_model_api/inc \
       
    23                /epoc32/include/mw/QtTest \
       
    24          $$MW_LAYER_SYSTEMINCLUDE 
       
    25 
       
    26 QT += core
       
    27 
       
    28 CONFIG += qtestlib
       
    29 CONFIG += symbian_test 
       
    30 
       
    31 # Input
       
    32 HEADERS += qtcontacts.h 
       
    33 #HEADERS += ../../../../../email_plat/contact_history_model_api/inc/nmcontacthistorymodel.h 
       
    34 #HEADERS += /inc/nmcontacthistorymodel.h 
       
    35 #HEADERS += nmcontacthistorymodel.h
       
    36 HEADERS += ../../../inc/nmcontacthistorymodel_p.h
       
    37 #HEADERS += nmcontacthistorymodelcommon.h 
       
    38 #HEADERS += nmcontacthistorymodel_p.h
       
    39 HEADERS += unittest_nmcontacthistorymodel_p.h         
       
    40 
       
    41 SOURCES += ../../../src/nmcontacthistorymodelitem.cpp 
       
    42 SOURCES += ../../../src/nmcontacthistorymodel_p.cpp 
       
    43 
       
    44 #SOURCES += ../../../src/nmcontacthistorymodel.cpp 
       
    45 SOURCES += emailmru_stub.cpp
       
    46 SOURCES += unittest_nmcontacthistorymodel_p.cpp 
       
    47 
       
    48 
       
    49 symbian: { 
       
    50     TARGET.CAPABILITY = CAP_APPLICATION
       
    51     EPOCALLOWDLLDATA = 1
       
    52     TARGET.EPOCHEAPSIZE = 0x20000 0x1600000
       
    53     TARGET.UID3 = 0x20000A06
       
    54 }