notes/notesui/noteseditor/noteseditor.pro
changeset 49 5de72ea7a065
parent 18 c198609911f9
child 50 579cc610882e
--- 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 \