calendarui/views/dayview/tsrc/unittests/unittest_calendayitem/unittest_calendayitem.pro
changeset 57 bb2d3e476f29
parent 55 2c54b51f39c4
child 70 a5ed90760192
equal deleted inserted replaced
55:2c54b51f39c4 57:bb2d3e476f29
     9 #  Initial Contributors:
     9 #  Initial Contributors:
    10 #  Nokia Corporation - initial contribution.
    10 #  Nokia Corporation - initial contribution.
    11 #  
    11 #  
    12 #  Contributors: 
    12 #  Contributors: 
    13 #  
    13 #  
    14 #  Description: calendaycontentwidget test project file
    14 #  Description: calendayitem test project file
    15 #
    15 #
    16 
    16 
    17 TEMPLATE = app
    17 TEMPLATE = app
    18 TARGET = unittest_calendayitem
    18 TARGET = unittest_calendayitem
    19 
    19 
    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                ./../../../../../inc/
    29 
    30 
    30 DEPENDPATH  += . \
    31 DEPENDPATH  += . \
    31                ../../../inc/ \
    32                ../../../inc/ \
    32                ../../../src/  
    33                ../../../src/  \
       
    34                ./../../../../inc/ \
       
    35                ./../../../../../inc/
    33 
    36 
    34 # Input
    37 # Input
    35 HEADERS +=	calendayitem.h \
    38 HEADERS +=	calendayitem.h \
    36             calendaystatusstrip.h \
    39             calendaystatusstrip.h \
    37 			calendaycontainer.h \
    40             calendaycontainer.h \
    38 			calendayutils.h
    41             calendayutils.h \
       
    42             calendayeventspane.h \
       
    43             calendaymodel.h \
       
    44             calendaycommonheaders.h
    39 			
    45 			
    40 
    46 
    41 SOURCES +=	unittest_calendayitem.cpp \
    47 SOURCES +=	unittest_calendayitem.cpp \
    42 			calendayitem.cpp \
    48 			calendayitem.cpp \
    43 			calendaystatusstrip.cpp 
    49 			calendaystatusstrip.cpp \
       
    50 			calendaycontainer.cpp \
       
    51 			calendayutils.cpp \
       
    52 			calendayeventspane.cpp \
       
    53 			calendaymodel.cpp
    44 
    54 
    45 symbian : {
    55 symbian : {
    46 	TARGET.CAPABILITY = CAP_APPLICATION
    56 	TARGET.CAPABILITY = CAP_APPLICATION
    47     MMP_RULES += "USERINCLUDE ."
    57     MMP_RULES += "USERINCLUDE ."
    48     
    58     
    49     INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    59     INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    50     
    60     
    51     LIBS += -lagendainterface
    61     LIBS += -lagendainterface \
       
    62             -lcalencommonutils \
       
    63             -lxqsettingsmanager
    52             
    64             
    53     BLD_INF_RULES.prj_testexports += \
    65     BLD_INF_RULES.prj_testexports += \
    54         "./rom/unittest_calendayitem.iby        CORE_APP_LAYER_IBY_EXPORT_PATH(unittest_calendayitem.iby)"
    66         "./rom/unittest_calendayitem.iby        CORE_APP_LAYER_IBY_EXPORT_PATH(unittest_calendayitem.iby)"
    55 }
    67 }
    56 
    68