diff -r 4b686cfad39d -r e6894b852bc6 notes/notesui/noteseditor/noteseditor.pro --- a/notes/notesui/noteseditor/noteseditor.pro Tue Jun 15 15:22:54 2010 +0100 +++ b/notes/notesui/noteseditor/noteseditor.pro Thu Jul 22 16:32:51 2010 +0100 @@ -42,6 +42,10 @@ LIBS += -lagendainterface \ -lcaleneditor + + BLD_INF_RULES.prj_exports += \ + "./inc/noteseditor.h |../../inc/noteseditor.h" \ + "./inc/noteseditordefines.h |../../inc/noteseditordefines.h } SOURCES += \ @@ -53,8 +57,8 @@ notestodoeditorcustomitem.cpp HEADERS += \ - ../../../inc/noteseditor.h \ - ../../../inc/noteseditordefines.h \ + noteseditor.h \ + noteseditordefines.h \ noteseditor_p.h \ noteseditordocloader.h \ noteseditorcommon.h \ @@ -64,5 +68,7 @@ RESOURCES += \ noteseditor.qrc +# TODO :need to use noteseditor.ts once it is released to platform +TRANSLATIONS += notes.ts # End of file --Don't remove this.