diff -r dcd0ca396fa1 -r 5aadd1120515 calendarui/caleneditor/caleneditor.pro --- a/calendarui/caleneditor/caleneditor.pro Tue Oct 05 14:14:48 2010 +0530 +++ b/calendarui/caleneditor/caleneditor.pro Fri Oct 15 12:10:36 2010 +0530 @@ -19,10 +19,12 @@ CONFIG += hb TARGET = caleneditor DEFINES += CALENEDITOR_LIB + INCLUDEPATH += ./src \ ./inc \ ./traces \ - ..\inc + ../inc + DEPENDPATH += ./src \ ./inc \ ./data @@ -35,20 +37,21 @@ LIBS += -lagendainterface \ -lcalencommonutils \ - -lxqservice \ + -lxqservice \ -lcalenlauncher \ - -lbafl + -lbafl\ + -lmaptileservice INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE } SOURCES += caleneditor.cpp \ - caleneditorcustomitem.cpp \ - caleneditor_p.cpp \ - caleneditordocloader.cpp \ - caleneditorreminderfield.cpp \ - caleneditorrepeatfield.cpp \ - caleneditordatahandler.cpp + caleneditorcustomitem.cpp \ + caleneditor_p.cpp \ + caleneditordocloader.cpp \ + caleneditorreminderfield.cpp \ + caleneditorrepeatfield.cpp \ + caleneditordatahandler.cpp HEADERS += ../../organizer_plat/calendar_editor_api/inc/caleneditor.h \ caleneditorcustomitem.h \