43 # Build.inf rules |
44 # Build.inf rules |
44 BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>" \ |
45 BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>" \ |
45 "rom/unifiededitor.iby CORE_APP_LAYER_IBY_EXPORT_PATH(unifiededitor.iby)" |
46 "rom/unifiededitor.iby CORE_APP_LAYER_IBY_EXPORT_PATH(unifiededitor.iby)" |
46 |
47 |
47 # Input |
48 # Input |
48 HEADERS += msgmonitor.h \ |
49 HEADERS += msgunieditormonitor.h \ |
49 msgunieditoraddress.h \ |
50 msgunieditoraddress.h \ |
50 msgunieditorattachment.h \ |
51 msgunieditorattachment.h \ |
51 msgunieditorbody.h \ |
52 msgunieditorbody.h \ |
52 msgunieditorsubject.h \ |
53 msgunieditorsubject.h \ |
53 msgunieditorview.h \ |
54 msgunieditorview.h \ |
54 msgunifiededitorlineedit.h \ |
55 msgunieditorlineedit.h \ |
55 msgattachmentcontainer.h \ |
56 msgunieditorattachmentcontainer.h \ |
56 msgbaseview.h \ |
57 msgbaseview.h \ |
57 msgunieditorimageprocessor.h \ |
58 msgunieditorimageprocessor.h \ |
58 msgunieditorprocessimageoperation.h \ |
59 msgunieditorprocessimageoperation.h \ |
59 msgunifiededitorbasewidget.h |
60 msgunieditorbasewidget.h \ |
|
61 msgunieditorpixmapwidget.h \ |
|
62 msgunieditorutils.h \ |
|
63 msgunieditoraudiowidget.h |
60 |
64 |
61 SOURCES += msgmonitor.inl \ |
65 SOURCES += msgunieditormonitor.inl \ |
62 msgmonitor.cpp \ |
66 msgunieditormonitor.cpp \ |
63 msgunieditoraddress.cpp \ |
67 msgunieditoraddress.cpp \ |
64 msgunieditorattachment.cpp \ |
68 msgunieditorattachment.cpp \ |
65 msgunieditorbody.cpp \ |
69 msgunieditorbody.cpp \ |
66 msgunieditorsubject.cpp \ |
70 msgunieditorsubject.cpp \ |
67 msgunieditorview.cpp \ |
71 msgunieditorview.cpp \ |
68 msgunifiededitorlineedit.cpp \ |
72 msgunieditorlineedit.cpp \ |
69 msgattachmentcontainer.cpp \ |
73 msgunieditorattachmentcontainer.cpp \ |
70 msgunieditorimageprocessor.inl \ |
74 msgunieditorimageprocessor.inl \ |
71 msgunieditorimageprocessor.cpp \ |
75 msgunieditorimageprocessor.cpp \ |
72 msgunieditorprocessimageoperation.cpp |
76 msgunieditorprocessimageoperation.cpp \ |
|
77 msgunieditorpixmapwidget.cpp \ |
|
78 msgunieditorutils.cpp \ |
|
79 msgunieditoraudiowidget.cpp |
73 |
80 |
74 RESOURCES += unifiededitor.qrc |
81 RESOURCES += unifiededitor.qrc |
75 |
82 |
76 # Libs |
83 # Libs |
77 LIBS += -ls60qconversions \ |
84 LIBS += -ls60qconversions \ |