clock/clockmw/clocksettingsutility/clocksettingsutility.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 clock settings utility.
       
    15 #
       
    16 
       
    17 TEMPLATE = lib
       
    18 TARGET = clocksettingsutility
       
    19 DEFINES += SETTINGSUTILITY_LIBRARY
       
    20 
       
    21 CONFIG += hb
       
    22 
       
    23 INCLUDEPATH += ../../inc \
       
    24                ../clocktimezone/inc \
       
    25                ./traces
       
    26                
       
    27 DEPENDPATH += . \
       
    28 			  ./inc \
       
    29 			  ./src
       
    30 
       
    31 symbian: {
       
    32 	TARGET.EPOCALLOWDLLDATA = 1
       
    33 	TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    34 	TARGET.UID3 = 0x2002E6B3
       
    35 
       
    36 	LIBS += -leuser \
       
    37 	        -ltimezoneclient \
       
    38 }
       
    39 
       
    40 SOURCES += settingsutility.cpp
       
    41 HEADERS += settingsutility.h
       
    42 
       
    43 # End of file	--Don't remove this.