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 unit test component |
|
15 # |
|
16 # |
|
17 |
|
18 TEMPLATE = app |
|
19 TARGET = ut_phoneuicommandadapter |
|
20 TARGET.UID3 = 0xEA9BEF3D |
|
21 DEPENDPATH += . ../../src/ |
|
22 INCLUDEPATH += . |
|
23 CONFIG += hb qtestlib |
|
24 |
|
25 symbian { |
|
26 |
|
27 INCLUDEPATH += /epoc32/include/platform/mw \ |
|
28 /epoc32/include/platform/app \ |
|
29 /epoc32/include/mw \ |
|
30 ../../../phoneuicontrol/inc/ \ |
|
31 ../../inc/ \ |
|
32 ../../../../inc \ |
|
33 ./ |
|
34 |
|
35 } |
|
36 |
|
37 |
|
38 # Input |
|
39 HEADERS += ../../inc/phoneuicommandadapter.h \ |
|
40 cphoneuicontroller_stub.h |
|
41 SOURCES += ../../src/phoneuicommandadapter.cpp \ |
|
42 unit_tests.cpp \ |
|
43 cphoneuicontroller_stub.cpp |
|
44 |
|