calendarui/views/dayview/tsrc/unittests/unittests.pro
changeset 45 b6db4fd4947b
child 70 a5ed90760192
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: calendayview project file for all unittests
       
    15 #
       
    16 
       
    17 TEMPLATE = subdirs
       
    18 
       
    19 SUBDIRS =  unittest_calendaycontentwidget \
       
    20            unittest_calendaystatusstrip \
       
    21            unittest_calendayutils \
       
    22            unittest_calendayitem \
       
    23            unittest_calendayhourelement \
       
    24            unittest_calendayhourscrollarea \
       
    25            unittest_calendayeventspane \
       
    26            unittest_calendayinfo \
       
    27            unittest_calendaycontainer \
       
    28            unittest_calendaymodel \
       
    29 	   unittest_calendayitemview \
       
    30 	   unittest_calendaymodelmanager \
       
    31 	   unittest_calendayview
       
    32            
       
    33 CONFIG += symbian_test
       
    34 
       
    35 # End of file	--Don't remove this.