calendarui/settings/settings.pro
branchRCL_3
changeset 65 12af337248b1
equal deleted inserted replaced
60:96907930389d 65:12af337248b1
       
     1 #
       
     2 # Copyright (c) 2008-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 definition file for calendar settings.
       
    15 #
       
    16 
       
    17 TEMPLATE = lib
       
    18 TARGET = calensettings
       
    19 CONFIG += hb
       
    20 DEPENDPATH += . \
       
    21               ../../inc
       
    22 			  
       
    23 INCLUDEPATH += . \
       
    24                ../../inc \
       
    25 	       ../inc
       
    26 
       
    27 DEFINES += CALENSETTINGS_DLL
       
    28 
       
    29 symbian: {
       
    30 	BLD_INF_RULES.prj_exports += \
       
    31 	"./inc/calensettings.h  |../inc/calensettings.h"
       
    32 	TARGET.UID3 = 0x1020E8BD
       
    33 	TARGET.EPOCALLOWDLLDATA = 1
       
    34 	TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    35 	
       
    36 	INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    37 	
       
    38 	LIBS += -leuser \
       
    39 				-lxqsettingsmanager
       
    40 
       
    41 }
       
    42 
       
    43 SOURCES += ./src/calensettings.cpp 
       
    44 HEADERS += ./inc/calensettings.h
       
    45 
       
    46 # End of file	--Don't remove this.