notes/notesui/noteseditor/noteseditor.pro
changeset 49 5de72ea7a065
parent 18 c198609911f9
child 50 579cc610882e
equal deleted inserted replaced
37:360d55486d7f 49:5de72ea7a065
    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 \