clock/clockmw/clocksettingsutility/clocksettingsutility.pro
changeset 18 c198609911f9
child 57 bb2d3e476f29
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 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 DEPENDPATH += . \
       
    26 			  ./inc \
       
    27 			  ./src
       
    28 
       
    29 symbian: {
       
    30 	TARGET.EPOCALLOWDLLDATA = 1
       
    31 	TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    32 	TARGET.UID3 = 0x2002E6B3
       
    33 
       
    34 	LIBS += -leuser \
       
    35 	        -ltimezoneclient \
       
    36 }
       
    37 
       
    38 SOURCES += settingsutility.cpp
       
    39 HEADERS += settingsutility.h
       
    40 
       
    41 # End of file	--Don't remove this.