phonebookui/cnthistorymodel/cnthistorymodel.pro
changeset 47 7cbcb2896f0e
parent 46 efe85016a067
child 72 6abfb1094884
equal deleted inserted replaced
46:efe85016a067 47:7cbcb2896f0e
    30 
    30 
    31 TARGET.CAPABILITY = CAP_GENERAL_DLL
    31 TARGET.CAPABILITY = CAP_GENERAL_DLL
    32 TARGET.EPOCALLOWDLLDATA = 1
    32 TARGET.EPOCALLOWDLLDATA = 1
    33 TARGET.UID3 = 0x2002E6EC
    33 TARGET.UID3 = 0x2002E6EC
    34 
    34 
    35 QT += sql
       
    36 
       
    37 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    35 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    36 INCLUDEPATH += ../../inc
    38 INCLUDEPATH += inc
    37 INCLUDEPATH += inc
    39 
    38 
    40 INTERNAL_PUBLIC_HEADERS += \
    39 HEADERS += \
    41     inc/cnthistorymodelglobal.h \
    40     inc/cnthistorymodelglobal.h \
    42     inc/cnthistorymodel.h        
    41     inc/cnthistorymodelconsts.h \
    43 
    42     inc/cnthistorymodel.h \
    44 HEADERS += \
       
    45     $$INTERNAL_PUBLIC_HEADERS \
       
    46     inc/cnthistorymodel_p.h 
    43     inc/cnthistorymodel_p.h 
    47 
    44 
    48 SOURCES += src/cnthistorymodel.cpp
    45 SOURCES += \
       
    46     src/cnthistorymodel_p.cpp \
       
    47     src/cnthistorymodel.cpp
    49     
    48     
    50 LIBS += -llogsengine \
    49 LIBS += -llogsengine \
    51         -lQtContacts \
    50         -lQtContacts \
    52         -lmsghistory
    51         -lmsghistory
    53                  
       
    54 deploy.path = /
       
    55 headers.sources = $$INTERNAL_PUBLIC_HEADERS
       
    56 headers.path = epoc32/include/app
       
    57 DEPLOYMENT += exportheaders
       
    58 
    52 
    59 # This is for new exporting system coming in garden
       
    60 for(header, headers.sources):BLD_INF_RULES.prj_exports += "$$header $$deploy.path$$headers.path/$$basename(header)"
       
    61 defBlock = \      
    53 defBlock = \      
    62 	"$${LITERAL_HASH}if defined(EABI)" \
    54     "$${LITERAL_HASH}if defined(EABI)" \
    63 		"DEFFILE  ../eabi/cnthistorymodel.def" \
    55         "DEFFILE  ../eabi/cnthistorymodel.def" \
    64     "$${LITERAL_HASH}else" \
    56     "$${LITERAL_HASH}else" \
    65         "DEFFILE  ../bwins/cnthistorymodel.def" \
    57         "DEFFILE  ../bwins/cnthistorymodel.def" \
    66 	"$${LITERAL_HASH}endif"
    58     "$${LITERAL_HASH}endif"
       
    59 
    67 MMP_RULES += defBlock
    60 MMP_RULES += defBlock