calendarui/views/dayview/tsrc/unittests/unittest_calendaycontainer/unittest_calendaycontainer.pro
changeset 45 b6db4fd4947b
child 57 bb2d3e476f29
equal deleted inserted replaced
23:fd30d51f876b 45:b6db4fd4947b
       
     1 #
       
     2 #  Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 #  All rights reserved.
       
     4 #  This component and the accompanying materials are made available
       
     5 #  under the terms of "Eclipse Public License v1.0"
       
     6 #  which accompanies this distribution, and is available
       
     7 #  at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 #  
       
     9 #  Initial Contributors:
       
    10 #  Nokia Corporation - initial contribution.
       
    11 #  
       
    12 #  Contributors: 
       
    13 #  
       
    14 #  Description: calendaycontentwidget test project file
       
    15 #
       
    16 
       
    17 TEMPLATE = app
       
    18 TARGET = unittest_calendaycontainer
       
    19 
       
    20 MOC_DIR = moc
       
    21 
       
    22 CONFIG += qtestlib
       
    23 CONFIG += symbian_test
       
    24 CONFIG += hb
       
    25 				
       
    26 INCLUDEPATH += . \
       
    27                ../../../inc/ \
       
    28                ./../../../../inc/ \
       
    29                ./../../../../../inc/
       
    30 
       
    31 DEPENDPATH  += . \
       
    32                ../../../inc/ \
       
    33                ../../../src/  \
       
    34                ./../../../../inc/ \
       
    35                ./../../../../../inc/
       
    36 
       
    37 # Input
       
    38 HEADERS +=	calendaycontainer.h \
       
    39 			calendayutils.h \
       
    40 			calendayeventspane.h \
       
    41 			calendayitem.h \
       
    42 			calendaystatusstrip.h \
       
    43 			calendaymodel.h
       
    44 
       
    45 SOURCES +=	unittest_calendaycontainer.cpp \
       
    46 			calendaycontainer.cpp  \
       
    47 			calendayutils.cpp \
       
    48 			calendayeventspane.cpp \
       
    49 			calendayitem.cpp \
       
    50 			calendaystatusstrip.cpp \
       
    51 			calendaymodel.cpp
       
    52 
       
    53 symbian : {
       
    54 	TARGET.CAPABILITY = CAP_APPLICATION
       
    55     MMP_RULES += "USERINCLUDE ."
       
    56     
       
    57     INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    58     
       
    59     LIBS += -lagendainterface \
       
    60     		-lxqsettingsmanager
       
    61     		
       
    62     BLD_INF_RULES.prj_testexports += \
       
    63         "./rom/unittest_calendaycontainer.iby        CORE_APP_LAYER_IBY_EXPORT_PATH(unittest_calendaycontainer.iby)"
       
    64         
       
    65     INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    66         
       
    67     LIBS += -lagendainterface \
       
    68             -lcalencommonutils
       
    69 }
       
    70 
       
    71 # End of file	--Don't remove this.