calendarui/views/dayview/tsrc/unittests/unittest_calendayview/unittest_calendayview.pro
changeset 75 7ac58b2aae6f
parent 57 bb2d3e476f29
child 81 ce92091cbd61
equal deleted inserted replaced
72:27feeedec790 75:7ac58b2aae6f
    23 CONFIG += symbian_test
    23 CONFIG += symbian_test
    24 CONFIG += hb
    24 CONFIG += hb
    25 				
    25 				
    26 INCLUDEPATH += . \
    26 INCLUDEPATH += . \
    27                ../../../inc/ \
    27                ../../../inc/ \
    28                ../../../../../inc/
    28                ../../../../inc/ \
       
    29                ../../../../traces/ \
       
    30                ../../../../../inc/ \
       
    31                
    29 
    32 
    30 DEPENDPATH  += . \
    33 DEPENDPATH  += . \
    31                ../../../inc/ \
    34                ../../../inc/ \
    32                ../../../src/ \
    35                ../../../src/ \
    33                ../../../../../inc/
    36                ../../../../inc/ \
       
    37                ../../../../src/ \
       
    38                ../../../../../inc/ 
    34 
    39 
    35 # Input
    40 # Input
    36 HEADERS +=	hbeffect.h \
    41 HEADERS +=	hbeffect.h \
    37 			calendateutils.h \
    42 			calendateutils.h \
    38 			calenservices.h \
    43 			calenservices.h \
    48 			calendaymodelmanager.h \
    53 			calendaymodelmanager.h \
    49 			calendaycontentwidget.h \
    54 			calendaycontentwidget.h \
    50 			calendaycontentscrollarea.h \
    55 			calendaycontentscrollarea.h \
    51 			calendayhourscrollarea.h \
    56 			calendayhourscrollarea.h \
    52 			calendayutils.h \
    57 			calendayutils.h \
    53 			calendateutils.h \
       
    54 			calendayview.h \
    58 			calendayview.h \
    55 			calencommon.h
    59 			calencommon.h \
       
    60 			calendayitemview.h \
       
    61 			calendaycontainer.h \
       
    62 			calendayeventspane.h \
       
    63 			calendayitem.h \
       
    64 			calendaystatusstrip.h
    56 
    65 
    57 SOURCES +=	unittest_calendayview.cpp \
    66 SOURCES +=	unittest_calendayview.cpp \
    58 			calendayview.cpp 
    67 			calendayview.cpp \
       
    68 			calennativeview.cpp \
       
    69 			calendaycontentwidget.cpp \
       
    70             calendayitemview.cpp \
       
    71             calendayutils.cpp \
       
    72             calendaycontainer.cpp \
       
    73             calendayeventspane.cpp \
       
    74             calendayitem.cpp \
       
    75             calendaystatusstrip.cpp
    59 
    76 
    60 symbian : {
    77 symbian : {
    61 	TARGET.CAPABILITY = CAP_APPLICATION
    78 	TARGET.CAPABILITY = CAP_APPLICATION
    62     MMP_RULES += "USERINCLUDE ."
    79     MMP_RULES += "USERINCLUDE ."
    63     
    80     
    64     INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    81     INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    65     
    82     
    66         LIBS += -lagendainterface \
    83         LIBS += -lagendainterface \
    67     		-lxqsettingsmanager
    84     		-lxqsettingsmanager \
       
    85     		-lcalencommonutils
    68 }
    86 }
    69 
    87 
    70 # End of file	--Don't remove this.
    88 # End of file	--Don't remove this.