clock/clockui/clockwidget/clockwidget.pro
changeset 18 c198609911f9
child 26 a949c2543c15
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 clockui
       
    15 # 
       
    16 
       
    17 TEMPLATE = lib
       
    18 TARGET = clockwidgetproto
       
    19 DEFINES += CLOCKWIDGET_LIB
       
    20 CONFIG += hb
       
    21 
       
    22 DEPENDPATH += . \
       
    23 			  ./src \
       
    24 			  ./inc \
       
    25 			  ../../data
       
    26 INCLUDEPATH += . \
       
    27 			   ../../clockmw/clocktimezone/inc \
       
    28 			   ../../clockmw/clocksettingsutility/inc \
       
    29 			   ../../inc
       
    30 
       
    31 symbian: {
       
    32 	TARGET.CAPABILITY = ALL -TCB
       
    33 	TARGET.EPOCALLOWDLLDATA = 1
       
    34 	TARGET.UID3 = 0x2002E6B4
       
    35 
       
    36 	LIBS += -ltimezoneclient \
       
    37 			-lclocksettingsutility
       
    38 }
       
    39 
       
    40 SOURCES += skinnableclock.cpp \
       
    41 		   analogclock.cpp \
       
    42 		   digitalclock.cpp
       
    43 
       
    44 HEADERS += skinnableclock.h \
       
    45 		   analogclock.h \
       
    46 		   digitalclock.h
       
    47 
       
    48 RESOURCES += ../../data/clockwidget.qrc
       
    49 
       
    50 # End of file	--Don't remove this.