notes/notesui/noteseditor/noteseditor.pro
changeset 55 2c54b51f39c4
parent 45 b6db4fd4947b
child 83 5aadd1120515
equal deleted inserted replaced
51:0b38fc5b94c6 55:2c54b51f39c4
    22 
    22 
    23 INCLUDEPATH += \
    23 INCLUDEPATH += \
    24 		. \
    24 		. \
    25 		./src \
    25 		./src \
    26 		./inc \
    26 		./inc \
    27 		../../../inc
    27 		../../../inc \
       
    28 		./traces
    28 		
    29 		
    29 DEPENDPATH += \
    30 DEPENDPATH += \
    30 		. \
    31 		. \
    31 		./src \
    32 		./src \
    32 		./inc \
    33 		./inc \
    35 symbian: {
    36 symbian: {
    36 	TARGET.CAPABILITY = ALL -TCB
    37 	TARGET.CAPABILITY = ALL -TCB
    37 	TARGET.EPOCALLOWDLLDATA = 1
    38 	TARGET.EPOCALLOWDLLDATA = 1
    38 	TARGET.UID3 = 0x20029F82
    39 	TARGET.UID3 = 0x20029F82
    39 	
    40 	
    40 	INCLUDEPATH += ../../../agendainterface/inc \
    41 	INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    41 					$$APP_LAYER_SYSTEMINCLUDE
       
    42 	
    42 	
    43 	LIBS += -lagendainterface \
    43 	LIBS += -lagendainterface \
    44 			-lcaleneditor
    44 			-lcaleneditor
    45 	
    45 	
    46 	BLD_INF_RULES.prj_exports += \
    46 	BLD_INF_RULES.prj_exports += \
    66 		notestodoeditor.h \
    66 		notestodoeditor.h \
    67 		notestodoeditorcustomitem.h
    67 		notestodoeditorcustomitem.h
    68 
    68 
    69 RESOURCES += \
    69 RESOURCES += \
    70 		noteseditor.qrc
    70 		noteseditor.qrc
    71 # TODO :need to use noteseditor.ts once it is released to platform		
    71 		
    72 TRANSLATIONS += notes.ts		
    72 TRANSLATIONS += noteseditor.ts		
    73 
    73 
    74 # End of file	--Don't remove this.
    74 # End of file	--Don't remove this.