diff -r 579cc610882e -r ef813d54df51 notes/notesui/noteseditor/noteseditor.pro --- a/notes/notesui/noteseditor/noteseditor.pro Tue Jul 06 14:14:56 2010 +0300 +++ b/notes/notesui/noteseditor/noteseditor.pro Wed Aug 18 09:47:38 2010 +0300 @@ -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.