diff -r 360d55486d7f -r 5de72ea7a065 notes/notesui/noteseditor/noteseditor.pro --- a/notes/notesui/noteseditor/noteseditor.pro Fri Jun 11 13:37:54 2010 +0300 +++ b/notes/notesui/noteseditor/noteseditor.pro Wed Jun 23 18:11:28 2010 +0300 @@ -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 \