calendarui/regionalplugins/calenregionalutil/calenregionalutil.pro
changeset 49 5de72ea7a065
child 55 2c54b51f39c4
equal deleted inserted replaced
37:360d55486d7f 49:5de72ea7a065
       
     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 calenregionalutil module.
       
    15 #
       
    16 
       
    17 TEMPLATE = lib
       
    18 CONFIG += hb
       
    19 TARGET = calenregionalutil
       
    20 
       
    21 DEPENDPATH +=  ./inc \
       
    22 							 ./src \
       
    23 							 ./data
       
    24 							 
       
    25 INCLUDEPATH +=  ./inc 
       
    26 INCLUDEPATH += ../inc \
       
    27 			   ../../inc
       
    28 
       
    29 # Input
       
    30 HEADERS += 	./inc/calenextrarowformatter.h \
       
    31 						./inc/calenlunarinfo.h \
       
    32 						./inc/calenlunarinfoprovider.h \
       
    33 						./inc/calenlunarlocalizedinfo.h \
       
    34 						./inc/calenlunarlocalizer.h \
       
    35 						./inc/calensolarterms.h \
       
    36 						./inc/calenregionalpluginuids.h \
       
    37 						./inc/calenlunarpaths.h \
       
    38 						./inc/calenlunarpanic.h
       
    39  
       
    40 
       
    41 SOURCES +=  ./src/calenextrarowformatter.cpp \
       
    42 						./src/calenlunarinfo.cpp \
       
    43 						./src/calenlunarinfoprovider.cpp \
       
    44 						./src/calenlunarlocalizedinfo.cpp \
       
    45 						./src/calenlunarlocalizer.cpp \
       
    46 						./src/calensolarterms.cpp \
       
    47        
       
    48        
       
    49 
       
    50             
       
    51 RESOURCES += calenregionalutil.qrc
       
    52  
       
    53 symbian: {
       
    54 
       
    55 	TARGET.UID2 = 0x1000008d 
       
    56 	TARGET.UID3 = 0x20022EDB
       
    57 	TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    58 	TARGET.EPOCALLOWDLLDATA = 1
       
    59 	INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    60 	
       
    61 	BLD_INF_RULES.prj_exports += \
       
    62 		"./inc/calenextrarowformatter.h			|../inc/calenextrarowformatter.h" \
       
    63 		"./inc/calenlunarinfo.h							|../inc/calenlunarinfo.h" \
       
    64 		"./inc/calenlunarinfoprovider.h     |../inc/calenlunarinfoprovider.h" \
       
    65 		"./inc/calenlunarlocalizedinfo.h   	|../inc/calenlunarlocalizedinfo.h" \
       
    66 		"./inc/calenlunarlocalizer.h   			|../inc/calenlunarlocalizer.h" \
       
    67 		"./inc/calenlunarpanic.h   					|../inc/calenlunarpanic.h" \
       
    68 		"./inc/CalenLunarPaths.h						|../inc/CalenLunarPaths.h" \
       
    69 		"./inc/CalenRegionalPluginUids.h		|../inc/CalenRegionalPluginUids.h" \
       
    70 		"./inc/CalenSolarTerms.h						|../inc/CalenSolarTerms.h"
       
    71 		
       
    72 		LIBS +=    	-lcalinterimapi \
       
    73 						-lcone \
       
    74             -lecom \
       
    75             -leikcdlg \
       
    76             -leikctl \
       
    77             -leikcoctl \
       
    78             -leikcore \
       
    79             -leuser \
       
    80             -lgdi \
       
    81             -lbafl \
       
    82             -lplatformenv \
       
    83             -lefsrv \
       
    84             -lCommonEngine \
       
    85             -lccon \
       
    86             -lestor \
       
    87             -lcentralrepository \
       
    88             -lCdlEngine
       
    89 }
       
    90 
       
    91 
       
    92 # End of file	--Don't remove this.