calendarui/views/dayview/tsrc/unittests/unittest_calendaymodel/unittest_calendaymodel.pro
changeset 45 b6db4fd4947b
child 81 ce92091cbd61
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: CalenDayModel test project file
       
    15 #
       
    16 
       
    17 TEMPLATE = app
       
    18 TARGET = unittest_calendaymodel
       
    19 
       
    20 MOC_DIR = moc
       
    21 
       
    22 CONFIG += qtestlib
       
    23 CONFIG += symbian_test
       
    24 CONFIG += hb
       
    25 				
       
    26 INCLUDEPATH += . \
       
    27                ../../../inc/ \
       
    28                ../../../../inc/ 
       
    29 
       
    30 DEPENDPATH  += . \
       
    31                ../../../inc/ \
       
    32                ../../../src/  
       
    33 
       
    34 # Input
       
    35 HEADERS +=	calendaymodel.h
       
    36 
       
    37 SOURCES +=	unittest_calendaymodel.cpp \
       
    38 			calendaymodel.cpp
       
    39 
       
    40 symbian : {
       
    41 	TARGET.CAPABILITY = CAP_APPLICATION
       
    42     MMP_RULES += "USERINCLUDE ."
       
    43     
       
    44     INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    45     LIBS += -lagendainterface
       
    46             
       
    47     BLD_INF_RULES.prj_testexports += \
       
    48         "./rom/unittest_calendaymodel.iby        CORE_APP_LAYER_IBY_EXPORT_PATH(unittest_calendaymodel.iby)"
       
    49 }
       
    50 
       
    51 # End of file	--Don't remove this.