diff -r 0b38fc5b94c6 -r 2c54b51f39c4 notes/notesui/noteseditor/noteseditor.pro --- a/notes/notesui/noteseditor/noteseditor.pro Mon Jul 12 02:32:28 2010 +0530 +++ b/notes/notesui/noteseditor/noteseditor.pro Mon Jul 26 13:54:38 2010 +0530 @@ -24,7 +24,8 @@ . \ ./src \ ./inc \ - ../../../inc + ../../../inc \ + ./traces DEPENDPATH += \ . \ @@ -37,8 +38,7 @@ TARGET.EPOCALLOWDLLDATA = 1 TARGET.UID3 = 0x20029F82 - INCLUDEPATH += ../../../agendainterface/inc \ - $$APP_LAYER_SYSTEMINCLUDE + INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE LIBS += -lagendainterface \ -lcaleneditor @@ -68,7 +68,7 @@ RESOURCES += \ noteseditor.qrc -# TODO :need to use noteseditor.ts once it is released to platform -TRANSLATIONS += notes.ts + +TRANSLATIONS += noteseditor.ts # End of file --Don't remove this.