calendarui/views/dayview/tsrc/unittests/unittest_calendayview/unittest_calendayview.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_calendayview
       
    19 
       
    20 MOC_DIR = moc
       
    21 
       
    22 CONFIG += qtestlib
       
    23 CONFIG += symbian_test
       
    24 CONFIG += hb
       
    25 				
       
    26 INCLUDEPATH += . \
       
    27                ../../../inc/ \
       
    28 
       
    29 DEPENDPATH  += . \
       
    30                ../../../inc/ \
       
    31                ../../../src/ \
       
    32 
       
    33 # Input
       
    34 HEADERS +=	hbeffect.h \
       
    35 			calendateutils.h \
       
    36 			calenservices.h \
       
    37 			calencontext.h \
       
    38 			calennotificationhandler.h \
       
    39 			calenview.h \
       
    40 			calennativeview.h \
       
    41 			hb_calencommands.hrh \
       
    42 			calendocloader.h \
       
    43 			calendarcrkeys.h \
       
    44 			calenuid.h \
       
    45 			calenpluginlabel.h \
       
    46 			calendaymodelmanager.h \
       
    47 			calendaycontentwidget.h \
       
    48 			calendaycontentscrollarea.h \
       
    49 			calendayhourscrollarea.h \
       
    50 			calendayutils.h \
       
    51 			calendateutils.h \
       
    52 			calendayview.h
       
    53 
       
    54 SOURCES +=	unittest_calendayview.cpp \
       
    55 			calendayview.cpp 
       
    56 
       
    57 symbian : {
       
    58 	TARGET.CAPABILITY = CAP_APPLICATION
       
    59     MMP_RULES += "USERINCLUDE ."
       
    60     
       
    61     INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    62     
       
    63         LIBS += -lagendainterface \
       
    64     		-lxqsettingsmanager
       
    65 }
       
    66 
       
    67 # End of file	--Don't remove this.