calendarui/settings/settings.pro
changeset 18 c198609911f9
child 32 ea672fcb0ea0
equal deleted inserted replaced
0:f979ecb2b13e 18:c198609911f9
       
     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 INCLUDEPATH += . \
       
    23                ../../inc \
       
    24                ../cenrep
       
    25 
       
    26 DEFINES += CALENSETTINGS_DLL
       
    27 
       
    28 symbian: {
       
    29 	BLD_INF_RULES.prj_exports += \
       
    30 	"./inc/calensettings.h  |../inc/calensettings.h"
       
    31 	TARGET.UID3 = 0x1020E8BD
       
    32 	TARGET.EPOCALLOWDLLDATA = 1
       
    33 	TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    34 	
       
    35 	INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
       
    36 	
       
    37 	LIBS += -leuser \
       
    38 				-lxqsettingsmanager
       
    39 
       
    40 }
       
    41 
       
    42 SOURCES += ./src/calensettings.cpp 
       
    43 HEADERS += ./inc/calensettings.h
       
    44 
       
    45 # End of file	--Don't remove this.