notes/notesui/noteseditor/noteseditor.pro
changeset 45 b6db4fd4947b
parent 18 c198609911f9
child 55 2c54b51f39c4
--- a/notes/notesui/noteseditor/noteseditor.pro	Mon May 03 12:30:32 2010 +0300
+++ b/notes/notesui/noteseditor/noteseditor.pro	Mon Jun 28 15:22:02 2010 +0530
@@ -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.