phoneengine/phonecntfinder2/tsrc/u_cphcntcontactidimpl2/testcphcntcontactidimpl2.pro
equal
deleted
inserted
replaced
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 Phone components |
|
15 # |
|
16 # |
|
17 |
|
18 include(..\common.pri) |
|
19 |
|
20 TEMPLATE = app |
|
21 TARGET = |
|
22 DEPENDPATH += . |
|
23 INCLUDEPATH += . |
|
24 INCLUDEPATH += ..\..\inc |
|
25 INCLUDEPATH += ..\mocks |
|
26 INCLUDEPATH += \epoc32\include\platform\mw \ |
|
27 \epoc32\include\platform \ |
|
28 \epoc32\include \ |
|
29 \epoc32\include\platform\app \ |
|
30 \epoc32\include\app |
|
31 |
|
32 # Input |
|
33 HEADERS += ..\..\inc\cphcntcontactidimpl2.h |
|
34 HEADERS += ..\..\inc\cphcntfactoryimpl2.h |
|
35 HEADERS += ..\mocks\qcontactdetail.h |
|
36 HEADERS += ..\mocks\qcontact.h |
|
37 |
|
38 |
|
39 SOURCES += ..\..\src\cphcntcontactidimpl2.cpp |
|
40 SOURCES += u_cphcntcontactidimpl2.cpp |
|
41 SOURCES += ..\mocks\qcontactdetail_stub.cpp |
|
42 SOURCES += ..\mocks\qcontact_stub.cpp |
|
43 |
|
44 |
|
45 |
|
46 |
|
47 TARGET.CAPABILITY = ALL -TCB |
|
48 TARGET.UID3 = 0xe39991fe |
|
49 |
|
50 |
|
51 |
|
52 |
|