phoneapp/phoneuiqtviewadapter/tsrc/ut_phonemessagecontroller/ut_phonemessagecontroller.pro
branchRCL_3
changeset 61 41a7f70b3818
equal deleted inserted replaced
58:40a3f856b14d 61:41a7f70b3818
       
     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 = 
       
    20 TARGET.UID3 = 0xEDA69234
       
    21 DEPENDPATH += .
       
    22 INCLUDEPATH += .
       
    23 CONFIG += hb
       
    24 CONFIG += qtestlib
       
    25 
       
    26 symbian {
       
    27 
       
    28     INCLUDEPATH += \epoc32\include\platform\mw \
       
    29                    \epoc32\include\platform \
       
    30                    \epoc32\include\platform\app \
       
    31                    ../../../phoneuiutils/inc/ \
       
    32                    ../../../phoneuiview2/inc \
       
    33                    ../../../../inc \
       
    34                    ../../../phoneui2/srcdata
       
    35 
       
    36     LIBS += -lmocklib -lsymbianmock -lphoneuiutils
       
    37 
       
    38     TARGET.CAPABILITY = ALL -TCB
       
    39     DEFINES += FT_SYMBIAN_INTEGRATION
       
    40     DEFINES += BUILD_PHONEUIQTVIEWADAPTER
       
    41 }
       
    42 
       
    43 # Input
       
    44 HEADERS += ../../inc/phonemessagecontroller.h
       
    45 SOURCES += ../../src/phonemessagecontroller.cpp
       
    46 SOURCES += unit_tests.cpp
       
    47 
       
    48 # MOCKED DEPENDENCIES
       
    49 HEADERS += ../../inc/phoneapplauncher.h
       
    50 SOURCES += ../mocks/mock_phoneapplauncher.cpp
       
    51 SOURCES += ../../../../internal/mocks/phoneapp/phoneuiutils/mock_cphonecenrepproxy.cpp