equal
deleted
inserted
replaced
54 |
54 |
55 # Input |
55 # Input |
56 HEADERS += msgsendutil.h \ |
56 HEADERS += msgsendutil.h \ |
57 mmsconformancecheck.h \ |
57 mmsconformancecheck.h \ |
58 msgmediautil.h \ |
58 msgmediautil.h \ |
59 msgcontactsutil.h |
59 msgcontactsutil.h \ |
|
60 msgservicelaunchutil.h \ |
|
61 msgservicelaunchutilprivate.h |
60 |
62 |
61 SOURCES += msgsendutil.cpp \ |
63 SOURCES += msgsendutil.cpp \ |
62 mmsconformancecheck.cpp \ |
64 mmsconformancecheck.cpp \ |
63 msgmediautil.cpp \ |
65 msgmediautil.cpp \ |
64 msgcontactsutil.cpp |
66 msgcontactsutil.cpp \ |
|
67 msgservicelaunchutil.cpp \ |
|
68 msgservicelaunchutilprivate.cpp |
|
69 |
65 |
70 |
66 # Libs |
71 # Libs |
67 LIBS += -lxqservice \ |
72 LIBS += -lxqservice \ |
68 -lunieditorpluginloader \ |
73 -lunieditorpluginloader \ |
69 -leditorgenutils \ |
74 -leditorgenutils \ |
73 -lDRMHelper \ |
78 -lDRMHelper \ |
74 -lmsgmedia \ |
79 -lmsgmedia \ |
75 -lapmime \ |
80 -lapmime \ |
76 -lunidatamodelloader \ |
81 -lunidatamodelloader \ |
77 -lxqutils \ |
82 -lxqutils \ |
78 -lefsrv |
83 -lefsrv \ |
|
84 -lxqserviceutil \ |
|
85 -lmsgs \ |
|
86 -lapgrfx |
79 |
87 |
80 |
88 |
81 |
89 |
82 |
90 |
83 symbian:MMP_RULES += SMPSAFE |
91 symbian:MMP_RULES += SMPSAFE |