equal
deleted
inserted
replaced
17 TEMPLATE = lib |
17 TEMPLATE = lib |
18 TARGET = cpcommunicationplugin |
18 TARGET = cpcommunicationplugin |
19 |
19 |
20 CONFIG += hb plugin |
20 CONFIG += hb plugin |
21 |
21 |
22 |
|
23 |
|
24 include ( ../cpplugincommon.pri ) |
22 include ( ../cpplugincommon.pri ) |
25 include ( communicationplugin.pri ) |
23 include ( communicationplugin.pri ) |
26 |
24 |
27 symbian { |
25 symbian { |
28 TARGET.UID3 = 0x20025FDF |
26 TARGET.UID3 = 0x20025FDF |
36 DEPLOYMENT += exportheaders |
34 DEPLOYMENT += exportheaders |
37 |
35 |
38 # This is for new exporting system coming in garden |
36 # This is for new exporting system coming in garden |
39 for(header, headers.sources):BLD_INF_RULES.prj_exports += "./$$header $$deploy.path$$headers.path/$$basename(header)" |
37 for(header, headers.sources):BLD_INF_RULES.prj_exports += "./$$header $$deploy.path$$headers.path/$$basename(header)" |
40 } |
38 } |
|
39 |
|
40 |
|
41 symbian:MMP_RULES += SMPSAFE |