phoneapp/phoneuiqtviewadapter/tsrc/ut_phonecallheaderutil/ut_phonecallheaderutil.pro
changeset 77 2be0b271d017
child 78 baacf668fe89
equal deleted inserted replaced
72:c76a0b1755b9 77:2be0b271d017
       
     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: Project file for building unit test component
       
    15 #
       
    16 #
       
    17 
       
    18 TEMPLATE = app
       
    19 TARGET.UID3 = 0xE37786C5
       
    20 DEPENDPATH += . \
       
    21     ../../src
       
    22 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    23 INCLUDEPATH += . \
       
    24     ../../inc \
       
    25     ../../../phoneuiutils/inc \
       
    26     ../../../phoneui2/srcdata \
       
    27     ../../../../tsrc/common \
       
    28     ../../../../inc \
       
    29     ../../../../phoneengine/inc
       
    30     
       
    31 CONFIG += qtestlib engineinfo
       
    32 
       
    33 LIBS += -lengineinfo -lphoneuiutils \
       
    34         -lmocklib -lsymbianmock 
       
    35 
       
    36 SOURCES += unit_tests.cpp \
       
    37            ../../src/phonecallheaderutil.cpp \
       
    38            ../../../internal/mocks/mock_stringloader.cpp \
       
    39            ../../../internal/mocks/phoneuiutils/mock_cphonelogger.cpp \
       
    40            ../../../internal/mocks/phoneuiutils/mock_cphonemainresourceresolver.cpp \
       
    41            ../../../internal/mocks/phoneuiutils/mock_cphonecenrepproxy.cpp \
       
    42            ut_phonecallheaderutilstubs.cpp \
       
    43            
       
    44            
       
    45 include(../../../../tsrc/common/phonetest.pri)