equal
deleted
inserted
replaced
24 INCLUDEPATH += . inc |
24 INCLUDEPATH += . inc |
25 INCLUDEPATH += ../../../inc |
25 INCLUDEPATH += ../../../inc |
26 INCLUDEPATH += ../msguiutils/inc |
26 INCLUDEPATH += ../msguiutils/inc |
27 INCLUDEPATH += ../../msgutils/unieditorutils/editorgenutils/inc |
27 INCLUDEPATH += ../../msgutils/unieditorutils/editorgenutils/inc |
28 INCLUDEPATH += ../../msgutils/unidatautils/unidatamodelloader/inc |
28 INCLUDEPATH += ../../msgutils/unidatautils/unidatamodelloader/inc |
29 INCLUDEPATH += ../../msgutils/s60qconversions/inc |
|
30 INCLUDEPATH += ../../msgsettings/settingsview/inc |
29 INCLUDEPATH += ../../msgsettings/settingsview/inc |
31 |
30 |
32 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE |
31 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE |
33 |
32 |
34 CONFIG += hb |
33 CONFIG += hb |
42 SYMBIAN_PLATFORMS = WINSCW ARMV5 |
41 SYMBIAN_PLATFORMS = WINSCW ARMV5 |
43 |
42 |
44 # Build.inf rules |
43 # Build.inf rules |
45 BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>" \ |
44 BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>" \ |
46 "rom/unifiededitor.iby CORE_APP_LAYER_IBY_EXPORT_PATH(unifiededitor.iby)" |
45 "rom/unifiededitor.iby CORE_APP_LAYER_IBY_EXPORT_PATH(unifiededitor.iby)" |
|
46 |
|
47 defBlock = \ |
|
48 "$${LITERAL_HASH}if defined(EABI)" \ |
|
49 "DEFFILE ../eabi/unifiededitor.def" \ |
|
50 "$${LITERAL_HASH}else" \ |
|
51 "DEFFILE ../bwins/unifiededitor.def" \ |
|
52 "$${LITERAL_HASH}endif" |
|
53 |
|
54 MMP_RULES += defBlock |
47 |
55 |
48 # Input |
56 # Input |
49 HEADERS += msgunieditormonitor.h \ |
57 HEADERS += msgunieditormonitor.h \ |
50 msgunieditoraddress.h \ |
58 msgunieditoraddress.h \ |
51 msgunieditorattachment.h \ |
59 msgunieditorattachment.h \ |
79 msgunieditoraudiowidget.cpp |
87 msgunieditoraudiowidget.cpp |
80 |
88 |
81 RESOURCES += unifiededitor.qrc |
89 RESOURCES += unifiededitor.qrc |
82 |
90 |
83 # Libs |
91 # Libs |
84 LIBS += -ls60qconversions \ |
92 LIBS += -lconvergedmessageutils \ |
85 -lconvergedmessageutils \ |
|
86 -lmsguiutils \ |
93 -lmsguiutils \ |
87 -lunieditorpluginloader \ |
94 -lunieditorpluginloader \ |
88 -leditorgenutils \ |
95 -leditorgenutils \ |
89 -lfbscli \ |
96 -lfbscli \ |
90 -limageconversion \ |
97 -limageconversion \ |
99 -lcentralrepository \ |
106 -lcentralrepository \ |
100 -lxqservice \ |
107 -lxqservice \ |
101 -lgsmu \ |
108 -lgsmu \ |
102 -lsmcm \ |
109 -lsmcm \ |
103 -lxqserviceutil \ |
110 -lxqserviceutil \ |
104 -lcommonengine |
111 -lcommonengine \ |
105 |
112 -lefsrv |
106 |
113 |
107 |
114 |