calendarui/views/dayview/tsrc/unittests/unittest_calendayitemview/unittest_calendayitemview.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_calendayitemview
       
    19 
       
    20 MOC_DIR = moc
       
    21 
       
    22 CONFIG += qtestlib
       
    23 CONFIG += symbian_test
       
    24 CONFIG += hb
       
    25 				
       
    26 INCLUDEPATH += . \
       
    27                ../../../inc/ \
       
    28                ../../../src/  \
       
    29                ./../../../../inc/ \
       
    30                ./../../../../../inc/
       
    31 
       
    32 DEPENDPATH  += . \
       
    33                ../../../inc/ \
       
    34                ../../../src/  \
       
    35                ./../../../../inc/ \
       
    36                ./../../../../../inc/
       
    37 
       
    38 # Input
       
    39 HEADERS +=	calencontext.h \
       
    40             calendayinfo.h \
       
    41             calenservices.h \
       
    42             CalenUid.h \
       
    43             calendayitemview.h \
       
    44             caleninstanceid.h \
       
    45             calendaycontainer.h \
       
    46             calendayutils.h \
       
    47             hbinstance.h \
       
    48             calendaymodel.h
       
    49 			
       
    50 
       
    51 SOURCES +=	unittest_calendayitemview.cpp \
       
    52 			calendayitemview.cpp \
       
    53             calendayutils.cpp 
       
    54 
       
    55 symbian : {
       
    56 	TARGET.CAPABILITY = CAP_APPLICATION
       
    57     MMP_RULES += "USERINCLUDE ."
       
    58     
       
    59     INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    60     
       
    61         LIBS += -lagendainterface \
       
    62             -lcalencommonutils
       
    63             
       
    64     BLD_INF_RULES.prj_testexports += \
       
    65         "./rom/unittest_calendayitemview.iby        CORE_APP_LAYER_IBY_EXPORT_PATH(unittest_calendayitemview.iby)"
       
    66 }
       
    67 
       
    68 # End of file	--Don't remove this.