25 DEFINES += UI_EXTENSION_INTERFACE |
25 DEFINES += UI_EXTENSION_INTERFACE |
26 QT += webkit |
26 QT += webkit |
27 QT += network |
27 QT += network |
28 MOC_DIR = moc |
28 MOC_DIR = moc |
29 |
29 |
|
30 #the following is for splash screen in phone |
|
31 BLD_INF_RULES.prj_exports += "resources/mail_messagelist.splashml /epoc32/data/z/resource/hb/splashml/mail_messagelist.splashml" \ |
|
32 "resources/mail_messagelist.docml /epoc32/data/z/resource/hb/splashml/mail_messagelist.docml" \ |
|
33 "resources/mail_editor.splashml /epoc32/data/z/resource/hb/splashml/mail_editor.splashml" \ |
|
34 "resources/mail_editor.docml /epoc32/data/z/resource/hb/splashml/mail_editor.docml" \ |
|
35 "resources/mail_viewer.splashml /epoc32/data/z/resource/hb/splashml/mail_viewer.splashml" \ |
|
36 "resources/mail_viewer.docml /epoc32/data/z/resource/hb/splashml/mail_viewer.docml" |
|
37 |
|
38 #the following is for splash screen in winscw_udeb |
|
39 BLD_INF_RULES.prj_exports += "resources/mail_messagelist.splashml /epoc32/release/winscw/udeb/z/resource/hb/splashml/mail_messagelist.splashml" \ |
|
40 "resources/mail_messagelist.docml /epoc32/release/winscw/udeb/z/resource/hb/splashml/mail_messagelist.docml" \ |
|
41 "resources/mail_editor.splashml /epoc32/release/winscw/udeb/z/resource/hb/splashml/mail_editor.splashml" \ |
|
42 "resources/mail_editor.docml /epoc32/release/winscw/udeb/z/resource/hb/splashml/mail_editor.docml" \ |
|
43 "resources/mail_viewer.splashml /epoc32/release/winscw/udeb/z/resource/hb/splashml/mail_viewer.splashml" \ |
|
44 "resources/mail_viewer.docml /epoc32/release/winscw/udeb/z/resource/hb/splashml/mail_viewer.docml" |
|
45 |
|
46 #the following is for splash screen in winscw_urel |
|
47 BLD_INF_RULES.prj_exports += "resources/mail_messagelist.splashml /epoc32/release/winscw/urel/z/resource/hb/splashml/mail_messagelist.splashml" \ |
|
48 "resources/mail_messagelist.docml /epoc32/release/winscw/urel/z/resource/hb/splashml/mail_messagelist.docml" \ |
|
49 "resources/mail_editor.splashml /epoc32/release/winscw/urel/z/resource/hb/splashml/mail_editor.splashml" \ |
|
50 "resources/mail_editor.docml /epoc32/release/winscw/urel/z/resource/hb/splashml/mail_editor.docml" \ |
|
51 "resources/mail_viewer.splashml /epoc32/release/winscw/urel/z/resource/hb/splashml/mail_viewer.splashml" \ |
|
52 "resources/mail_viewer.docml /epoc32/release/winscw/urel/z/resource/hb/splashml/mail_viewer.docml" |
|
53 |
30 LIBS += -leuser |
54 LIBS += -leuser |
31 LIBS += -llibc |
55 LIBS += -llibc |
32 LIBS += -lnmailbase |
56 LIBS += -lnmailbase |
33 LIBS += -lnmailuiengine |
57 LIBS += -lnmailuiengine |
34 LIBS += -lnmailuiwidgets |
58 LIBS += -lnmailuiwidgets |