notes/notesui/noteseditor/noteseditor.pro
changeset 45 b6db4fd4947b
parent 18 c198609911f9
child 55 2c54b51f39c4
equal deleted inserted replaced
23:fd30d51f876b 45:b6db4fd4947b
    40 	INCLUDEPATH += ../../../agendainterface/inc \
    40 	INCLUDEPATH += ../../../agendainterface/inc \
    41 					$$APP_LAYER_SYSTEMINCLUDE
    41 					$$APP_LAYER_SYSTEMINCLUDE
    42 	
    42 	
    43 	LIBS += -lagendainterface \
    43 	LIBS += -lagendainterface \
    44 			-lcaleneditor
    44 			-lcaleneditor
       
    45 	
       
    46 	BLD_INF_RULES.prj_exports += \
       
    47 		"./inc/noteseditor.h  |../../inc/noteseditor.h" \
       
    48 		"./inc/noteseditordefines.h  |../../inc/noteseditordefines.h
    45 }
    49 }
    46 
    50 
    47 SOURCES += \
    51 SOURCES += \
    48 		noteseditor.cpp \
    52 		noteseditor.cpp \
    49 		noteseditor_p.cpp \
    53 		noteseditor_p.cpp \
    51 		notesnoteeditor.cpp \
    55 		notesnoteeditor.cpp \
    52 		notestodoeditor.cpp	\
    56 		notestodoeditor.cpp	\
    53 		notestodoeditorcustomitem.cpp
    57 		notestodoeditorcustomitem.cpp
    54 
    58 
    55 HEADERS += \
    59 HEADERS += \
    56 		../../../inc/noteseditor.h \
    60 		noteseditor.h \
    57 		../../../inc/noteseditordefines.h \
    61 		noteseditordefines.h \
    58 		noteseditor_p.h \
    62 		noteseditor_p.h \
    59 		noteseditordocloader.h \
    63 		noteseditordocloader.h \
    60 		noteseditorcommon.h \
    64 		noteseditorcommon.h \
    61 		notesnoteeditor.h \
    65 		notesnoteeditor.h \
    62 		notestodoeditor.h \
    66 		notestodoeditor.h \
    63 		notestodoeditorcustomitem.h
    67 		notestodoeditorcustomitem.h
    64 
    68 
    65 RESOURCES += \
    69 RESOURCES += \
    66 		noteseditor.qrc
    70 		noteseditor.qrc
       
    71 # TODO :need to use noteseditor.ts once it is released to platform		
       
    72 TRANSLATIONS += notes.ts		
    67 
    73 
    68 # End of file	--Don't remove this.
    74 # End of file	--Don't remove this.