equal
deleted
inserted
replaced
19 CONFIG += hb |
19 CONFIG += hb |
20 TARGET = caleneditor |
20 TARGET = caleneditor |
21 DEFINES += CALENEDITOR_LIB |
21 DEFINES += CALENEDITOR_LIB |
22 INCLUDEPATH += ./src \ |
22 INCLUDEPATH += ./src \ |
23 ./inc \ |
23 ./inc \ |
|
24 ./traces \ |
24 ..\inc |
25 ..\inc |
25 DEPENDPATH += ./src \ |
26 DEPENDPATH += ./src \ |
26 ./inc \ |
27 ./inc \ |
27 ./data |
28 ./data |
28 |
29 |
29 symbian: { |
30 symbian: { |
30 BLD_INF_RULES.prj_exports += \ |
31 |
31 "./inc/caleneditor.h |../inc/caleneditor.h" |
|
32 |
|
33 |
|
34 TARGET.UID3 = 0x10207198 |
32 TARGET.UID3 = 0x10207198 |
35 TARGET.CAPABILITY += ALL -TCB |
33 TARGET.CAPABILITY += ALL -TCB |
36 TARGET.EPOCALLOWDLLDATA = 1 |
34 TARGET.EPOCALLOWDLLDATA = 1 |
37 |
35 |
38 LIBS += -lagendainterface \ |
36 LIBS += -lagendainterface \ |
49 caleneditordocloader.cpp \ |
47 caleneditordocloader.cpp \ |
50 caleneditorreminderfield.cpp \ |
48 caleneditorreminderfield.cpp \ |
51 caleneditorrepeatfield.cpp \ |
49 caleneditorrepeatfield.cpp \ |
52 caleneditordatahandler.cpp |
50 caleneditordatahandler.cpp |
53 |
51 |
54 HEADERS += caleneditor.h \ |
52 HEADERS += ../../organizer_plat/calendar_editor_api/inc/caleneditor.h \ |
55 caleneditorcustomitem.h \ |
53 caleneditorcustomitem.h \ |
56 caleneditorcommon.h \ |
54 caleneditorcommon.h \ |
57 caleneditordocloader.h \ |
55 caleneditordocloader.h \ |
58 caleneditor_p.h \ |
56 caleneditor_p.h \ |
59 caleneditorreminderfield.h \ |
57 caleneditorreminderfield.h \ |