83
|
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 the License "Symbian Foundation License v1.0"
|
|
6 |
# which accompanies this distribution, and is available
|
|
7 |
# at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
|
|
8 |
#
|
|
9 |
# Initial Contributors:
|
|
10 |
# Nokia Corporation - initial contribution.
|
|
11 |
#
|
|
12 |
# Contributors:
|
|
13 |
#
|
|
14 |
# Description:
|
|
15 |
# Project specification file for settingsutility unit test.
|
|
16 |
#
|
|
17 |
|
|
18 |
|
|
19 |
TEMPLATE = app
|
|
20 |
TARGET = utclockengines
|
|
21 |
CONFIG += qtestlib
|
|
22 |
CONFIG += symbian_test
|
|
23 |
|
|
24 |
DEPENDPATH += \
|
|
25 |
. \
|
|
26 |
./src
|
|
27 |
|
|
28 |
INCLUDEPATH += . \
|
|
29 |
../../clockengines \
|
|
30 |
../../clockengines/inc \
|
|
31 |
../../clockengines/clockserver/client/inc \
|
|
32 |
../../clockengines/clockserver/server/inc \
|
|
33 |
../../clockengines/clocktimezoneresolver/inc \
|
|
34 |
../../clockengines/clocktimesourceinterface/inc \
|
|
35 |
../../clockui/inc \
|
|
36 |
../../inc
|
|
37 |
|
|
38 |
symbian: {
|
|
39 |
|
|
40 |
LIBS += -leuser \
|
|
41 |
-lclockserverclient \
|
|
42 |
-lclocktimesourceinterface \
|
|
43 |
-lclocktimezoneresolver
|
|
44 |
|
|
45 |
BLD_INF_RULES.prj_testexports += \
|
|
46 |
"./rom/unittest_clockengines.iby CORE_APP_LAYER_IBY_EXPORT_PATH(unittest_clockengines.iby)"
|
|
47 |
|
|
48 |
TARGET.EPOCHEAPSIZE = 0x200000 0x4000000
|
|
49 |
TARGET.CAPABILITY = CAP_GENERAL_DLL
|
|
50 |
INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
|
|
51 |
}
|
|
52 |
|
|
53 |
SOURCES += \
|
|
54 |
unittest_clockengines.cpp \
|
|
55 |
|
|
56 |
|
|
57 |
HEADERS += \
|
|
58 |
./inc/unittest_clockengines.h
|
|
59 |
|
|
60 |
# End of file --Don't remove this.
|