author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Fri, 11 Jun 2010 13:35:48 +0300 | |
changeset 34 | 84197e66a4bd |
parent 31 | ebfee66fde93 |
child 43 | 35b64624a9e7 |
permissions | -rw-r--r-- |
31 | 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: |
|
15 |
# |
|
16 |
||
17 |
TEMPLATE = app |
|
18 |
TARGET = messaging101 |
|
19 |
||
20 |
ICON = resources/icons/qtg_large_message.svg |
|
21 |
||
22 |
DEPENDPATH += . inc src ../inc |
|
23 |
INCLUDEPATH += . |
|
24 |
INCLUDEPATH += ../inc |
|
25 |
INCLUDEPATH += ../../../inc |
|
26 |
INCLUDEPATH += ../unifiededitor/inc |
|
27 |
INCLUDEPATH += ../appengine/inc |
|
28 |
INCLUDEPATH += ../conversationview/inc |
|
29 |
INCLUDEPATH += ../unifiedviewer/inc |
|
30 |
INCLUDEPATH += ../../msgsettings/settingsview/inc |
|
31 |
INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE |
|
32 |
INCLUDEPATH += /ext/mw/qtextensions/qtmobileextensions/include |
|
33 |
INCLUDEPATH += ../../smartmessaging/ringbc/inc |
|
34 |
||
35 |
CONFIG += hb service |
|
36 |
||
37 |
QT += sql |
|
38 |
||
39 |
TARGET.UID3 = 0x2001FE79 |
|
40 |
TARGET.CAPABILITY = All -TCB |
|
41 |
TARGET.EPOCHEAPSIZE = 0x20000 0x1000000 |
|
42 |
||
43 |
# Platforms |
|
44 |
SYMBIAN_PLATFORMS = WINSCW ARMV5 |
|
45 |
||
46 |
# Build.inf rules |
|
47 |
BLD_INF_RULES.prj_exports += \ |
|
48 |
"$${LITERAL_HASH}include <platform_paths.hrh>" \ |
|
49 |
"rom/msgapp.iby CORE_APP_LAYER_IBY_EXPORT_PATH(msgapp.iby)" \ |
|
50 |
"rom/messaginglangaugeresources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(messaginglangaugeresources.iby)" \ |
|
51 |
"sis/msgapp_stub.sis /epoc32/data/z/system/install/msgapp_stub.sis" \ |
|
52 |
"rom/messaging_uda.confml CONFML_EXPORT_PATH(messaging_uda.confml,uda_content)" \ |
|
53 |
"rom/messaging_uda_copy.implml CRML_EXPORT_PATH(messaging_uda_copy.implml,uda_content)" \ |
|
34
84197e66a4bd
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
31
diff
changeset
|
54 |
"rom/private.zip CRML_EXPORT_PATH(../content/zip/,uda_content)" \ |
84197e66a4bd
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
31
diff
changeset
|
55 |
"resources/xml/messaging101.docml /epoc32/data/z/resource/hb/splashml/messaging101.docml" \ |
84197e66a4bd
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
31
diff
changeset
|
56 |
"resources/xml/messaging101.splashml /epoc32/data/z/resource/hb/splashml/messaging101.splashml" \ |
84197e66a4bd
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
31
diff
changeset
|
57 |
"resources/xml/messaging101_dummy.docml /epoc32/data/z/resource/hb/splashml/messaging101_dummy.docml" \ |
84197e66a4bd
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
31
diff
changeset
|
58 |
"resources/xml/messaging101_dummy.splashml /epoc32/data/z/resource/hb/splashml/messaging101_dummy.splashml" |
84197e66a4bd
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
31
diff
changeset
|
59 |
|
31 | 60 |
# Input |
61 |
HEADERS += msgmainwindow.h \ |
|
62 |
msglistview.h \ |
|
63 |
draftslistview.h \ |
|
64 |
msglistviewitem.h \ |
|
65 |
msgutils.h \ |
|
66 |
msgviewmanager.h \ |
|
67 |
msgbaseview.h \ |
|
68 |
msgsendserviceinterface.h \ |
|
34
84197e66a4bd
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
31
diff
changeset
|
69 |
msgserviceinterface.h \ |
84197e66a4bd
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
31
diff
changeset
|
70 |
msgactivityhandler.h |
31 | 71 |
|
72 |
SOURCES += main.cpp \ |
|
73 |
msgmainwindow.cpp \ |
|
74 |
msglistview.cpp \ |
|
75 |
draftslistview.cpp \ |
|
76 |
msglistviewitem.cpp \ |
|
77 |
msgutils.cpp \ |
|
78 |
msgviewmanager.cpp \ |
|
79 |
msgsendserviceinterface.cpp \ |
|
34
84197e66a4bd
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
31
diff
changeset
|
80 |
msgserviceinterface.cpp \ |
84197e66a4bd
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
31
diff
changeset
|
81 |
msgactivityhandler.cpp |
31 | 82 |
|
83 |
RESOURCES += msgapp.qrc |
|
84 |
||
85 |
TRANSLATIONS = messaging.ts |
|
86 |
||
87 |
SERVICE.FILE = messaging_service.xml |
|
88 |
SERVICE.OPTIONS = embeddable |
|
89 |
||
90 |
# Libs |
|
91 |
LIBS += -lappengine \ |
|
92 |
-lconversationview \ |
|
93 |
-lcpframework \ |
|
94 |
-lunifiededitor \ |
|
95 |
-lunifiedviewer \ |
|
96 |
-lconvergedmessageutils \ |
|
97 |
-lxqservice \ |
|
98 |
-lxqserviceutil \ |
|
99 |
-lQtContacts \ |
|
100 |
-lsettingsview \ |
|
101 |
-lringbc \ |
|
102 |
-lunidatamodelloader |
|
103 |
||
104 |