author | Pat Downey <patd@symbian.org> |
Thu, 24 Jun 2010 13:18:58 +0100 | |
changeset 36 | 844a5921f85b |
parent 34 | 84197e66a4bd |
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 = lib |
|
18 |
TARGET = unifiedviewer |
|
19 |
DEFINES += BUILD_UNI_VIEWER_DLL |
|
20 |
||
21 |
DEPENDPATH += . src inc ../inc |
|
22 |
||
23 |
INCLUDEPATH += . |
|
24 |
INCLUDEPATH += ../../../inc |
|
25 |
INCLUDEPATH += ../appengine/inc |
|
26 |
INCLUDEPATH += ../msguiutils/inc |
|
27 |
INCLUDEPATH += . ../../msgutils/unieditorutils/editorgenutils/inc |
|
28 |
INCLUDEPATH += . ../../msgutils/s60qconversions/inc |
|
29 |
INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE |
|
30 |
||
31 |
#QMAKE_CXXFLAGS.ARMCC -= --no_hide_all |
|
32 |
||
33 |
#UID3 |
|
34 |
TARGET.UID3 = 0x2002432B |
|
35 |
||
36 |
# Capability |
|
37 |
TARGET.CAPABILITY = All -TCB |
|
38 |
TARGET.EPOCALLOWDLLDATA = 1 |
|
39 |
TARGET.EPOCHEAPSIZE = 0x20000 0x2000000 |
|
40 |
||
41 |
CONFIG += hb |
|
42 |
HB += hbfeedback |
|
43 |
||
44 |
# Platforms |
|
45 |
SYMBIAN_PLATFORMS = WINSCW ARMV5 |
|
46 |
||
47 |
# Build.inf rules |
|
48 |
BLD_INF_RULES.prj_exports += \ |
|
49 |
"$${LITERAL_HASH}include <platform_paths.hrh>" \ |
|
50 |
"rom/unifiedviewer.iby CORE_APP_LAYER_IBY_EXPORT_PATH(unifiedviewer.iby)" |
|
51 |
||
52 |
# Input |
|
53 |
HEADERS += inc/unifiedviewer.h \ |
|
54 |
inc/unicontentswidget.h \ |
|
55 |
inc/univiewerfeeder.h \ |
|
56 |
inc/univiewerfeeder_p.h \ |
|
57 |
inc/univiewslidewidget.h \ |
|
58 |
inc/uniscrollarea.h \ |
|
59 |
../inc/msgbaseview.h \ |
|
34
84197e66a4bd
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
31
diff
changeset
|
60 |
inc/univiewerutils.h \ |
31 | 61 |
inc/univiewerbodywidget.h \ |
62 |
inc/univiewerdetailswidget.h \ |
|
63 |
inc/univieweraddresswidget.h \ |
|
64 |
inc/univieweraddresscontainer.h \ |
|
34
84197e66a4bd
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
31
diff
changeset
|
65 |
inc/univiewerattachmentwidget.h \ |
31 | 66 |
inc/univiewertextitem.h \ |
67 |
inc/univiewerheadercontainer.h \ |
|
34
84197e66a4bd
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
31
diff
changeset
|
68 |
inc/univiewerpixmapwidget.h \ |
84197e66a4bd
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
31
diff
changeset
|
69 |
inc/univieweraudiowidget.h |
31 | 70 |
|
71 |
SOURCES += src/unifiedviewer.cpp \ |
|
72 |
src/unicontentswidget.cpp \ |
|
73 |
src/univiewerfeeder.cpp \ |
|
74 |
src/univiewerfeeder_p.cpp \ |
|
75 |
src/univiewslidewidget.cpp \ |
|
76 |
src/uniscrollarea.cpp \ |
|
34
84197e66a4bd
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
31
diff
changeset
|
77 |
src/univiewerutils.cpp \ |
31 | 78 |
src/univiewerbodywidget.cpp \ |
79 |
src/univiewerdetailswidget.cpp \ |
|
80 |
src/univieweraddresswidget.cpp \ |
|
81 |
src/univieweraddresscontainer.cpp \ |
|
34
84197e66a4bd
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
31
diff
changeset
|
82 |
src/univiewerattachmentwidget.cpp \ |
31 | 83 |
src/univiewertextitem.cpp \ |
84 |
src/univiewerheadercontainer.cpp \ |
|
34
84197e66a4bd
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
31
diff
changeset
|
85 |
src/univiewerpixmapwidget.cpp \ |
84197e66a4bd
Revision: 201021
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
31
diff
changeset
|
86 |
src/univieweraudiowidget.cpp |
31 | 87 |
|
88 |
RESOURCES += unifiedviewer.qrc |
|
89 |
||
90 |
# Libs |
|
91 |
LIBS = -ls60qconversions \ |
|
92 |
-letext \ |
|
93 |
-lmsgs \ |
|
94 |
-lconvergedmessageutils \ |
|
95 |
-lappengine \ |
|
96 |
-lunidatamodelloader \ |
|
97 |
-lxqservice \ |
|
98 |
-lQtContacts \ |
|
99 |
-lmsguiutils \ |
|
100 |
-lcentralrepository \ |
|
101 |
-lxqserviceutil |