phoneengine/phonecntfinder2/tsrc/u_cphcntmatcherimpl2/testmatcherimpl2.pro
changeset 21 92ab7f8d0eab
child 74 d1c62c765e48
equal deleted inserted replaced
4:c84cf270c54f 21:92ab7f8d0eab
       
     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 DEPENDPATH += ..\mocks
       
    24 INCLUDEPATH += .
       
    25 INCLUDEPATH += ..\mocks
       
    26 INCLUDEPATH += ..\..\inc
       
    27 INCLUDEPATH += \epoc32\include\platform\mw \
       
    28                    \epoc32\include\platform \
       
    29                    \epoc32\include\platform\app \
       
    30                    \epoc32\include\app
       
    31 
       
    32                
       
    33 # Input
       
    34 HEADERS += ..\mocks\qcontactmanager.h
       
    35 HEADERS += ..\mocks\qcontactmanager_moc.h
       
    36 HEADERS += ..\mocks\qcontactdetail.h
       
    37 HEADERS += ..\mocks\qcontact.h
       
    38 HEADERS += ..\..\inc\cphcntmatch2.h
       
    39 HEADERS += ..\..\inc\cphcntcontactidimpl2.h
       
    40 HEADERS += ..\..\inc\cphcntmatcherimpl2.h
       
    41 
       
    42 SOURCES += ..\..\src\cphcntmatch2.cpp
       
    43 SOURCES += ..\..\src\cphcntcontactidimpl2.cpp
       
    44 SOURCES += ..\..\src\cphcntmatcherimpl2.cpp
       
    45 SOURCES += ..\mocks\qcontactmanager_moc.cpp
       
    46 SOURCES += ..\mocks\qcontactdetail_stub.cpp
       
    47 SOURCES += ..\mocks\qcontact_stub.cpp
       
    48 SOURCES += u_cphcntmatcherimpl2.cpp
       
    49 
       
    50 
       
    51 
       
    52 TARGET.CAPABILITY = ALL -TCB
       
    53 TARGET.UID3 = 0xe84eae56
       
    54 
       
    55 
       
    56 
       
    57 
       
    58