calendarui/views/dayview/tsrc/unittests/unittest_calendaycontentscrollarea/unittest_calendaycontentscrollarea.pro
changeset 77 b0711afde476
equal deleted inserted replaced
68:a5a1242fd2e8 77:b0711afde476
       
     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: calendaycontentscrollarea test project file
       
    15 #
       
    16 
       
    17 TEMPLATE = app
       
    18 TARGET = unittest_calendaycontentscrollarea
       
    19 
       
    20 DEFINES += CALENVIEWS_DLL
       
    21 
       
    22 MOC_DIR = moc
       
    23 
       
    24 CONFIG += qtestlib
       
    25 CONFIG += symbian_test
       
    26 CONFIG += hb
       
    27 				
       
    28 INCLUDEPATH += . \
       
    29                ../../../inc/ \
       
    30                ./../../../../inc/ \
       
    31                ./../../../../../inc/
       
    32 
       
    33 DEPENDPATH  += . \
       
    34                ../../../inc/ \
       
    35                ../../../src/  \
       
    36                ./../../../../inc/ \
       
    37                ./../../../../../inc/
       
    38 
       
    39 # Input
       
    40 HEADERS +=	calendaycontentscrollarea.h \
       
    41             calendayutils.h \
       
    42             hbinstance.h \
       
    43             hbmainwindow.h \
       
    44             hbswipegesture.h
       
    45 
       
    46 SOURCES +=	unittest_calendaycontentscrollarea.cpp \
       
    47 			calendaycontentscrollarea.cpp \
       
    48 			calendayutils.cpp
       
    49 
       
    50 RESOURCES += ../../../resources/calendaywidgets.qrc
       
    51 
       
    52 symbian : {
       
    53 	TARGET.CAPABILITY = CAP_APPLICATION
       
    54     MMP_RULES += "USERINCLUDE ."
       
    55             
       
    56     BLD_INF_RULES.prj_testexports += \
       
    57         "./rom/unittest_calendaycontentscrollarea.iby        CORE_APP_LAYER_IBY_EXPORT_PATH(unittest_calendaycontentscrollarea.iby)"
       
    58         
       
    59     INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    60         
       
    61     LIBS += -lagendainterface \
       
    62             -lcalencommonutils
       
    63 }
       
    64 
       
    65 # End of file	--Don't remove this.