clock/clockui/clockalarmeditor/clockalarmeditor.pro
changeset 18 c198609911f9
child 26 a949c2543c15
child 45 b6db4fd4947b
equal deleted inserted replaced
0:f979ecb2b13e 18:c198609911f9
       
     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 definition file for clock alarmeditor
       
    15 #
       
    16 
       
    17 TEMPLATE = lib
       
    18 CONFIG += hb
       
    19 TARGET = clockalarmeditor
       
    20 DEFINES += CLOCKALARMEDITOR_LIB
       
    21 
       
    22 INCLUDEPATH += \
       
    23 		../../clockmw/clockalarms/inc \
       
    24         ../../clockmw/clocksettingsutility/inc \
       
    25 		../../clockmw/clocktimezone/inc \
       
    26         ../../inc
       
    27 
       
    28 DEPENDPATH += \
       
    29 		./inc \
       
    30 		./src
       
    31 
       
    32 symbian: {
       
    33 	TARGET.CAPABILITY += ALL -TCB
       
    34 	TARGET.EPOCALLOWDLLDATA = 1
       
    35 	TARGET.UID3 = 0x2001CC10
       
    36 	
       
    37 	LIBS += \
       
    38 		-lclockalarmclient \
       
    39 	    -lclocksettingsutility \
       
    40 		-ltimezoneclient \
       
    41 	    -lxqsettingsmanager
       
    42 }
       
    43 
       
    44 SOURCES += \
       
    45 		clockalarmeditor.cpp \
       
    46                 clockalarmcustomitem.cpp 
       
    47 		   
       
    48 HEADERS += \
       
    49 		clockalarmeditor.h \
       
    50             clockalarmcustomitem.h\ 
       
    51 	    clockalarmeditordefines.h
       
    52 
       
    53 RESOURCES += \
       
    54 		data/clockalarmeditor.qrc
       
    55 # End of file	--Don't remove this.