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 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 |
# This is the project specification file for unittest_notesmodel.
|
|
16 |
#
|
|
17 |
|
|
18 |
TEMPLATE = app
|
|
19 |
TARGET = utnotesmodel
|
|
20 |
CONFIG += qtestlib
|
|
21 |
CONFIG += symbian_test
|
|
22 |
DEPENDPATH += \
|
|
23 |
. \
|
|
24 |
./src
|
|
25 |
INCLUDEPATH += \
|
|
26 |
. \
|
|
27 |
../../notesui/notesmodel/inc \
|
|
28 |
../../inc
|
|
29 |
|
|
30 |
symbian: {
|
|
31 |
TARGET.CAPABILITY = ALL -TCB
|
|
32 |
TARGET.EPOCALLOWDLLDATA = 1
|
|
33 |
TARGET.UID3 = 0xEADA6E32
|
|
34 |
INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
|
|
35 |
|
|
36 |
LIBS += \
|
|
37 |
-lnotesmodel \
|
|
38 |
-lagendainterface
|
|
39 |
}
|
|
40 |
|
|
41 |
SOURCES += \
|
|
42 |
unittest_notesmodel.cpp
|
|
43 |
|
|
44 |
# End of file --Don't remove this
|