calendarui/views/dayview/tsrc/unittests/unittest_calendayinfo/unittest_calendayinfo.pro
changeset 57 bb2d3e476f29
parent 45 b6db4fd4947b
equal deleted inserted replaced
55:2c54b51f39c4 57:bb2d3e476f29
    44             calenconstants.h \
    44             calenconstants.h \
    45             calendateutils.h            
    45             calendateutils.h            
    46 			
    46 			
    47 
    47 
    48 SOURCES +=	unittest_calendayinfo.cpp \
    48 SOURCES +=	unittest_calendayinfo.cpp \
    49 			calendayinfo.cpp 
    49 			calendayinfo.cpp \
       
    50 			calendayutils.cpp
    50 
    51 
    51 symbian : {
    52 symbian : {
    52 	TARGET.CAPABILITY = CAP_APPLICATION
    53 	TARGET.CAPABILITY = CAP_APPLICATION
    53     MMP_RULES += "USERINCLUDE ."
    54     MMP_RULES += "USERINCLUDE ."
    54     	
    55     	
    55     INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    56     INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    56             
    57             
       
    58         LIBS += -lcalencommonutils \
       
    59                 -lagendainterface
       
    60             
    57     BLD_INF_RULES.prj_testexports += \
    61     BLD_INF_RULES.prj_testexports += \
    58         "./rom/unittest_calendayinfo.iby        CORE_APP_LAYER_IBY_EXPORT_PATH(unittest_calendayinfo.iby)"
    62         "./rom/unittest_calendayinfo.iby        CORE_APP_LAYER_IBY_EXPORT_PATH(unittest_calendayinfo.iby)"
    59 }
    63 }
    60 
    64 
    61 # End of file	--Don't remove this.
    65 # End of file	--Don't remove this.