phonebookui/cnthistorymodel/cnthistorymodel.pro
changeset 46 efe85016a067
parent 27 de1630741fbe
child 47 7cbcb2896f0e
equal deleted inserted replaced
40:b46a585f6909 46:efe85016a067
    34 
    34 
    35 QT += sql
    35 QT += sql
    36 
    36 
    37 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    37 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    38 INCLUDEPATH += inc
    38 INCLUDEPATH += inc
    39 INCLUDEPATH += ../inc
       
    40 INCLUDEPATH += ../../logsui/logsengine/inc
       
    41 #INCLUDEPATH += /sf/app/messaging/msg_plat/msg_conversation_model_api/inc
       
    42 
       
    43 
    39 
    44 INTERNAL_PUBLIC_HEADERS += \
    40 INTERNAL_PUBLIC_HEADERS += \
    45     inc/cnthistorymodelglobal.h \
    41     inc/cnthistorymodelglobal.h \
    46     inc/cnthistorymodel.h        
    42     inc/cnthistorymodel.h        
    47 
    43 
    60 headers.path = epoc32/include/app
    56 headers.path = epoc32/include/app
    61 DEPLOYMENT += exportheaders
    57 DEPLOYMENT += exportheaders
    62 
    58 
    63 # This is for new exporting system coming in garden
    59 # This is for new exporting system coming in garden
    64 for(header, headers.sources):BLD_INF_RULES.prj_exports += "$$header $$deploy.path$$headers.path/$$basename(header)"
    60 for(header, headers.sources):BLD_INF_RULES.prj_exports += "$$header $$deploy.path$$headers.path/$$basename(header)"
       
    61 defBlock = \      
       
    62 	"$${LITERAL_HASH}if defined(EABI)" \
       
    63 		"DEFFILE  ../eabi/cnthistorymodel.def" \
       
    64     "$${LITERAL_HASH}else" \
       
    65         "DEFFILE  ../bwins/cnthistorymodel.def" \
       
    66 	"$${LITERAL_HASH}endif"
       
    67 MMP_RULES += defBlock