equal
deleted
inserted
replaced
19 DEPENDPATH += ./ \ |
19 DEPENDPATH += ./ \ |
20 ./inc \ |
20 ./inc \ |
21 ./src |
21 ./src |
22 DEFINES += CALENCONTROLLER_DLL |
22 DEFINES += CALENCONTROLLER_DLL |
23 INCLUDEPATH += ./inc \ |
23 INCLUDEPATH += ./inc \ |
24 ../inc \ |
24 ../inc \ |
|
25 ../application/inc \ |
25 ../views/inc \ |
26 ../views/inc \ |
26 ../views/dayview/inc \ |
27 ../views/dayview/inc \ |
27 ../globaldata/inc |
28 ../globaldata/inc \ |
|
29 ./traces |
28 |
30 |
29 CONFIG += hb |
31 CONFIG += hb |
30 |
32 |
31 symbian : { |
33 symbian : { |
32 BLD_INF_RULES.prj_exports += \ |
34 BLD_INF_RULES.prj_exports += \ |
103 calensendingstate.cpp \ |
105 calensendingstate.cpp \ |
104 caleneditingstate.cpp \ |
106 caleneditingstate.cpp \ |
105 calenviewingstate.cpp \ |
107 calenviewingstate.cpp \ |
106 caleneditui.cpp \ |
108 caleneditui.cpp \ |
107 calendocloader.cpp |
109 calendocloader.cpp |
108 |
110 |
109 RESOURCES += ./data/calendar.qrc |
111 RESOURCES += ./data/calendar.qrc |
110 |
112 |
111 # End of file --Don't remove this. |
113 # End of file --Don't remove this. |