calendarui/views/dayview/tsrc/unittests/unittest_calendayinfo/unittest_calendayinfo.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_calendayinfo
       
    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                ../../../../../commonutils/inc/
       
    31 
       
    32 DEPENDPATH  += . \
       
    33 			   ../../inc/ \			   
       
    34                ../../../inc/ \
       
    35                ../../../../../inc/ \
       
    36                ../../../../../commonutils/inc/ \
       
    37                ../../../src/  
       
    38 
       
    39 # Input
       
    40 HEADERS +=	calendayinfo.h \
       
    41             calinstance.h \
       
    42             caleninstanceid.h \
       
    43             calenagendautils.h \
       
    44             calenconstants.h \
       
    45             calendateutils.h            
       
    46 			
       
    47 
       
    48 SOURCES +=	unittest_calendayinfo.cpp \
       
    49 			calendayinfo.cpp 
       
    50 
       
    51 symbian : {
       
    52 	TARGET.CAPABILITY = CAP_APPLICATION
       
    53     MMP_RULES += "USERINCLUDE ."
       
    54     	
       
    55     INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    56             
       
    57     BLD_INF_RULES.prj_testexports += \
       
    58         "./rom/unittest_calendayinfo.iby        CORE_APP_LAYER_IBY_EXPORT_PATH(unittest_calendayinfo.iby)"
       
    59 }
       
    60 
       
    61 # End of file	--Don't remove this.