calendarui/calenlauncher/calenlauncher.pro
changeset 18 c198609911f9
child 57 bb2d3e476f29
equal deleted inserted replaced
0:f979ecb2b13e 18:c198609911f9
       
     1 #  
       
     2 #  Copyright (c) 2010 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 calendar launcher
       
    15 #  project.
       
    16 #  
       
    17 
       
    18 TEMPLATE = lib
       
    19 CONFIG += hb
       
    20 TARGET = calenlauncher
       
    21 DEFINES += CALENLAUNCHER_LIB
       
    22 INCLUDEPATH += ./src \
       
    23 			./inc
       
    24 DEPENDPATH += ./src \
       
    25 			  ./inc 
       
    26 
       
    27 
       
    28 symbian: {
       
    29 	BLD_INF_RULES.prj_exports += \
       
    30 				"./inc/calenlauncher.h  |../inc/calenlauncher.h"
       
    31 				
       
    32 				
       
    33 	TARGET.UID3 = 0x10282DCD
       
    34 	TARGET.CAPABILITY += ALL -TCB
       
    35 	TARGET.EPOCALLOWDLLDATA = 1
       
    36 	
       
    37 	LIBS += -lxqservice \
       
    38           -lxqserviceutil
       
    39 }
       
    40 
       
    41 SOURCES += calenlauncher.cpp		   
       
    42 HEADERS += calenlauncher.h		   
       
    43 		   
       
    44 # End of file	--Don't remove this.