calendarui/views/dayview/tsrc/unittests/unittest_calendaycontainer/unittest_calendaycontainer.pro
changeset 57 bb2d3e476f29
parent 45 b6db4fd4947b
child 70 a5ed90760192
equal deleted inserted replaced
55:2c54b51f39c4 57:bb2d3e476f29
    33                ../../../src/  \
    33                ../../../src/  \
    34                ./../../../../inc/ \
    34                ./../../../../inc/ \
    35                ./../../../../../inc/
    35                ./../../../../../inc/
    36 
    36 
    37 # Input
    37 # Input
    38 HEADERS +=	calendaycontainer.h \
    38 HEADERS +=	calendaycontainertest.h \
       
    39             calendaycontainer.h \
    39 			calendayutils.h \
    40 			calendayutils.h \
    40 			calendayeventspane.h \
    41 			calendayeventspane.h \
    41 			calendayitem.h \
    42 			calendayitem.h \
    42 			calendaystatusstrip.h \
    43 			calendaystatusstrip.h \
    43 			calendaymodel.h
    44 			calendaymodel.h
    51 			calendaymodel.cpp
    52 			calendaymodel.cpp
    52 
    53 
    53 symbian : {
    54 symbian : {
    54 	TARGET.CAPABILITY = CAP_APPLICATION
    55 	TARGET.CAPABILITY = CAP_APPLICATION
    55     MMP_RULES += "USERINCLUDE ."
    56     MMP_RULES += "USERINCLUDE ."
    56     
       
    57     INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    58     
       
    59     LIBS += -lagendainterface \
       
    60     		-lxqsettingsmanager
       
    61     		
    57     		
    62     BLD_INF_RULES.prj_testexports += \
    58     BLD_INF_RULES.prj_testexports += \
    63         "./rom/unittest_calendaycontainer.iby        CORE_APP_LAYER_IBY_EXPORT_PATH(unittest_calendaycontainer.iby)"
    59         "./rom/unittest_calendaycontainer.iby        CORE_APP_LAYER_IBY_EXPORT_PATH(unittest_calendaycontainer.iby)"
    64         
    60         
    65     INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    61     INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    66         
    62         
    67     LIBS += -lagendainterface \
    63     LIBS += -lagendainterface \
    68             -lcalencommonutils
    64             -lcalencommonutils \
       
    65             -lxqsettingsmanager
    69 }
    66 }
    70 
    67 
    71 # End of file	--Don't remove this.
    68 # End of file	--Don't remove this.