45
|
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: This is the project specification file for the calencommonutils.
|
|
15 |
#
|
|
16 |
|
|
17 |
TEMPLATE = app
|
|
18 |
TARGET = utcalencommonutils
|
|
19 |
CONFIG += qtestlib
|
|
20 |
CONFIG += symbian_test
|
|
21 |
CONFIG += hb
|
|
22 |
DEPENDPATH += . \
|
|
23 |
./inc \
|
|
24 |
./src
|
|
25 |
|
|
26 |
INCLUDEPATH += . \
|
|
27 |
../../inc
|
|
28 |
|
|
29 |
|
|
30 |
# Input
|
|
31 |
HEADERS += test_calendateutils.h \
|
|
32 |
test_calenagendautils.h
|
|
33 |
|
|
34 |
SOURCES += main.cpp \
|
|
35 |
test_calendateutils.cpp \
|
|
36 |
test_calenagendautils.cpp
|
|
37 |
|
|
38 |
symbian : {
|
|
39 |
|
|
40 |
TARGET.CAPABILITY = ALL -TCB
|
|
41 |
TARGET.UID3 = 0x200315AE
|
|
42 |
INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
|
|
43 |
|
|
44 |
LIBS += -lcalencommonutils \
|
|
45 |
-lagendainterface
|
|
46 |
BLD_INF_RULES.prj_testexports += \
|
|
47 |
"./rom/unittest_calencommonutils.iby CORE_APP_LAYER_IBY_EXPORT_PATH(unittest_calencommonutils.iby)"
|
|
48 |
}
|
|
49 |
|
|
50 |
# End of file --Don't remove this. |