calendarui/tsrc/unittest_calenviewerservice/unittest_calenviewerservice.pro
changeset 49 5de72ea7a065
equal deleted inserted replaced
37:360d55486d7f 49:5de72ea7a065
       
     1 #
       
     2 #  Copyright (c) 2008 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: This is the project specification file for the calenviewerservice.
       
    15 #
       
    16 
       
    17 TEMPLATE = app
       
    18 TARGET = utcalenviewerservice
       
    19 CONFIG += qtestlib
       
    20 CONFIG += symbian_test
       
    21 CONFIG += hb
       
    22 DEPENDPATH += . inc src
       
    23 INCLUDEPATH += .
       
    24 
       
    25 # Input
       
    26 HEADERS += inc/test_calenviewerservice.h
       
    27 SOURCES += src/main.cpp src/test_calenviewerservice.cpp
       
    28 
       
    29 symbian : {
       
    30 
       
    31 	TARGET.CAPABILITY = ALL -TCB
       
    32 	TARGET.UID3 = 0xE0003364
       
    33 
       
    34 	INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    35 	
       
    36 	LIBS += -lxqserviceutil -lxqservice
       
    37 	
       
    38 	BLD_INF_RULES.prj_testexports += \
       
    39 		"./rom/unittest_calenviewerservice.iby		CORE_APP_LAYER_IBY_EXPORT_PATH(unittest_calenviewerservice.iby)" \
       
    40 		"./data/meeting.vcs		z:/data/others/meeting.vcs" \
       
    41 		"./data/meeting.ics		z:/data/others/meeting.ics"
       
    42 }