calendarui/views/dayview/tsrc/unittests/unittest_calendayeventspane/unittest_calendayeventspane.pro
changeset 45 b6db4fd4947b
child 55 2c54b51f39c4
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_calendayeventspane
       
    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 +=	calendayeventspane.h 
       
    35 			
       
    36 
       
    37 SOURCES +=	unittest_calendayeventspane.cpp \
       
    38 			calendayeventspane.cpp 
       
    39 
       
    40 symbian : {
       
    41 	TARGET.CAPABILITY = CAP_APPLICATION
       
    42     MMP_RULES += "USERINCLUDE ."
       
    43             
       
    44     BLD_INF_RULES.prj_testexports += \
       
    45         "./rom/unittest_calendayeventspane.iby        CORE_APP_LAYER_IBY_EXPORT_PATH(unittest_calendayeventspane.iby)"
       
    46 }
       
    47 
       
    48 # End of file	--Don't remove this.