phoneapp/phoneuiqtviewadapter/tsrc/ut_phonecallheadermanager/ut_phonecallheadermanager.pro
changeset 77 2be0b271d017
child 76 cfea66083b62
equal deleted inserted replaced
72:c76a0b1755b9 77:2be0b271d017
       
     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: Project file for building unit test component
       
    15 #
       
    16 #
       
    17 
       
    18 TEMPLATE = app
       
    19 TARGET.UID3 = 0xEDA69435
       
    20 DEPENDPATH += .
       
    21 INCLUDEPATH += .
       
    22 CONFIG += hb
       
    23 CONFIG += qtestlib
       
    24 
       
    25 INCLUDEPATH += /epoc32/include/platform/mw \
       
    26                /epoc32/include/platform \
       
    27                /epoc32/include/platform/app \
       
    28                ../../../phoneuiutils/inc/ \
       
    29                ../../../phoneuiview2/inc \
       
    30                ../../../../inc \
       
    31                ../../../../phoneengine/inc \
       
    32                ../../../phoneui2/srcdata \
       
    33                ../../../../tsrc/common \
       
    34                ../../../phonemediatorcenter/inc \
       
    35                ../../../phoneuicontrol/inc
       
    36 
       
    37 LIBS += -lphoneuiutils \
       
    38         -lmocklib \
       
    39         -lsymbianmock \
       
    40         -lengineinfo
       
    41 
       
    42 TARGET.CAPABILITY = ALL -TCB
       
    43 DEFINES += FT_SYMBIAN_INTEGRATION
       
    44 DEFINES += BUILD_PHONEUIQTVIEWADAPTER
       
    45 
       
    46 # Input
       
    47 HEADERS += ../../inc/phonecallheadermanager.h
       
    48 HEADERS += ../../inc/phonebubblewrapper.h
       
    49 HEADERS += bubblemanagerif_stub.h
       
    50 HEADERS += phoneuiqtviewif_stub.h
       
    51 SOURCES += ../../src/phonecallheadermanager.cpp
       
    52 SOURCES += ../../../../tsrc/mocks/phoneuiqtviewadapter/mock_phonebubblewrapper.cpp
       
    53 SOURCES += ../../../../tsrc/mocks/phoneuiqtviewadapter/mock_phonecallheaderutil.cpp
       
    54 SOURCES += ../../../../tsrc/stubs/stubs.cpp
       
    55 SOURCES += unit_tests.cpp
       
    56 
       
    57 INCLUDE(../../../../tsrc/common/phonetest.pri)