calendarui/customisationmanager/customisationmanager.pro
changeset 18 c198609911f9
child 55 2c54b51f39c4
equal deleted inserted replaced
0:f979ecb2b13e 18:c198609911f9
       
     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: Project file for customisationmanager module.
       
    15 #
       
    16 
       
    17 
       
    18 TEMPLATE = lib
       
    19 TARGET = calencustomisationmanager
       
    20 DEPENDPATH += ../inc ../src 
       
    21 CONFIG += hb
       
    22 
       
    23 DEFINES += CALENCUSTOMISATIONMANAGER_DLL
       
    24 
       
    25 INCLUDEPATH += ./inc ../inc
       
    26 
       
    27 					   
       
    28 # Platforms
       
    29 SYMBIAN_PLATFORMS = WINSCW ARMV5  
       
    30 
       
    31 symbian : {
       
    32 	BLD_INF_RULES.prj_exports += \
       
    33 		"./inc/calencustomisationmanager.h  |../inc/calencustomisationmanager.h"
       
    34 	
       
    35 	TARGET.UID3 = 0x10282f28
       
    36 	TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    37 	TARGET.EPOCALLOWDLLDATA = 1
       
    38 	
       
    39 	INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    40 	
       
    41 	#Libs
       
    42 	LIBS += -lecom \
       
    43 					-lcalenglobaldata 
       
    44 }
       
    45     	
       
    46 # Input
       
    47 HEADERS += ./inc/calencustomisationmanager.h 
       
    48 
       
    49 SOURCES += ./src/calencustomisationmanager.cpp 
       
    50 
       
    51 # End of file	--Don't remove this.