author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Mon, 04 Oct 2010 00:16:48 +0300 | |
changeset 77 | 2be0b271d017 |
parent 37 | ba76fc04e6c2 |
permissions | -rw-r--r-- |
37 | 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 = |
|
20 |
TARGET.UID3 = 0xEF78FF4E |
|
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 |
../../../phoneuiview2/inc \ |
|
31 |
../../../phoneuiutils/inc \ |
|
32 |
../../../../inc \ |
|
33 |
../../../phoneui2/srcdata |
|
34 |
||
35 |
LIBS += -lphoneuiqtview |
|
36 |
LIBS += -lbafl |
|
37 |
||
38 |
TARGET.CAPABILITY = ALL -TCB |
|
39 |
} |
|
40 |
||
41 |
# Input |
|
42 |
HEADERS += phoneresourceadapter.h |
|
43 |
SOURCES += ../../src/stringloader.cpp |
|
44 |
SOURCES += unit_tests.cpp |
|
77
2be0b271d017
Revision: 201037
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
45 |
|
2be0b271d017
Revision: 201037
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
46 |
|
2be0b271d017
Revision: 201037
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
47 |
symbian:MMP_RULES += SMPSAFE |