notes/notesui/notesviews/notesviews.pro
changeset 55 2c54b51f39c4
parent 18 c198609911f9
child 81 ce92091cbd61
equal deleted inserted replaced
51:0b38fc5b94c6 55:2c54b51f39c4
    25 		../notesviewmanager/inc \
    25 		../notesviewmanager/inc \
    26 		../notesmodel/inc \
    26 		../notesmodel/inc \
    27 		../noteseditor/inc \
    27 		../noteseditor/inc \
    28 		../notesappcontroller/inc \
    28 		../notesappcontroller/inc \
    29 		../../inc \
    29 		../../inc \
    30 		../../../inc
    30 		../../../inc \
       
    31 		./traces
    31 		
    32 		
    32 DEPENDPATH += \
    33 DEPENDPATH += \
    33 		. \
    34 		. \
    34 		./inc \
    35 		./inc \
    35 		./src
    36 		./src
    37 symbian: {
    38 symbian: {
    38 	TARGET.CAPABILITY += ALL -TCB
    39 	TARGET.CAPABILITY += ALL -TCB
    39 	TARGET.EPOCALLOWDLLDATA = 1
    40 	TARGET.EPOCALLOWDLLDATA = 1
    40 	TARGET.UID3 = 0x20029F83
    41 	TARGET.UID3 = 0x20029F83
    41 	
    42 	
    42 	INCLUDEPATH += ../../../agendainterface/inc \
    43 	INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    43 	               $$APP_LAYER_SYSTEMINCLUDE
       
    44 
    44 
    45 	LIBS += \
    45 	LIBS += \
    46 		-lagendainterface \
    46 		-lagendainterface \
    47 		-lnotesmodel \
    47 		-lnotesmodel \
    48 		-lnoteseditor \
    48 		-lnoteseditor \