phoneengine/phonecntfinder2/tsrc/u_cphcntmatch2/testmatch2.pro
changeset 36 2eacb6118286
parent 30 ebdbd102c78a
child 37 ba76fc04e6c2
equal deleted inserted replaced
30:ebdbd102c78a 36:2eacb6118286
     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 
       
    18 include(..\common.pri)
       
    19 
       
    20 TEMPLATE = app
       
    21 TARGET = 
       
    22 DEPENDPATH += .
       
    23 INCLUDEPATH += .
       
    24 INCLUDEPATH += ..\..\inc
       
    25 INCLUDEPATH += \epoc32\include\platform\mw \
       
    26                    \epoc32\include\platform \
       
    27                    \epoc32\include \
       
    28                    \epoc32\include\platform\app \
       
    29                    \epoc32\include\app 
       
    30                
       
    31 # Input
       
    32 HEADERS += ..\mocks\qcontact.h
       
    33 HEADERS += ..\mocks\qcontactdetail.h
       
    34 HEADERS += ..\..\inc\cphcntmatch2.h
       
    35 HEADERS += ..\..\inc\cphcntcontactidimpl2.h
       
    36 
       
    37 SOURCES += ..\mocks\qcontact_stub.cpp
       
    38 SOURCES += ..\mocks\qcontactdetail_stub.cpp
       
    39 SOURCES += ..\..\src\cphcntmatch2.cpp
       
    40 SOURCES += ..\..\src\cphcntcontactidimpl2.cpp
       
    41 SOURCES += u_cphcntmatch2.cpp
       
    42 
       
    43 
       
    44 TARGET.CAPABILITY = ALL -TCB
       
    45 TARGET.UID3 = 0xe84eae66
       
    46 
       
    47 
       
    48 
       
    49 
       
    50