clock/clockui/clockviews/clockviews.pro
changeset 18 c198609911f9
child 26 a949c2543c15
equal deleted inserted replaced
0:f979ecb2b13e 18:c198609911f9
       
     1 #
       
     2 # Copyright (c) 2009-2010 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:
       
    15 # Project specification file for clockviews.
       
    16 #
       
    17 
       
    18 TEMPLATE = lib
       
    19 TARGET = clockviews
       
    20 CONFIG += hb
       
    21 DEFINES += CLOCKVIEWS_LIB
       
    22 
       
    23 INCLUDEPATH += \
       
    24 		./inc \
       
    25 		../../inc \
       
    26 		../clockviewmanager/inc \
       
    27 		../clockappcontroller/inc \
       
    28 		../../clockmw/clockalarms/inc \
       
    29 		../../clockmw/clocktimezone/inc \
       
    30 		../../clockmw/clocksettingsutility/inc \
       
    31 		../clocksettingsview/inc \
       
    32 		../clockalarmeditor/inc \
       
    33 		../clockwidget/inc \
       
    34 		../clockcityselectionlist/inc \
       
    35 		../inc
       
    36 
       
    37 DEPENDPATH += \
       
    38 		./inc \
       
    39 		./src \
       
    40 		./data
       
    41 
       
    42 symbian: {
       
    43 	TARGET.CAPABILITY += ALL -TCB
       
    44 	TARGET.EPOCALLOWDLLDATA = 1
       
    45 	TARGET.UID3 = 0x2002BCE6
       
    46 
       
    47 	LIBS += \
       
    48 		-lclockalarmclient \
       
    49 		-ltimezoneclient \
       
    50 		-lclockalarmeditor \
       
    51 		-lclocksettingsutility \
       
    52 		-lclocksettingsview \
       
    53 		-lclockcityselectionlist \
       
    54 		-lclockwidgetproto
       
    55 }
       
    56 
       
    57 SOURCES += \
       
    58 		clockmainview.cpp \
       
    59 		clockalarmlistmodel.cpp	\	
       
    60 		clockalarmlistitemprototype.cpp \		
       
    61 		clockworldview.cpp \
       
    62 		listitemprototype.cpp
       
    63 
       
    64 HEADERS += \
       
    65 		clockmainview.h \
       
    66 		clockalarmlistmodel.h \
       
    67 		clockalarmlistitemprototype.h \	
       
    68 		clockworldview.h \
       
    69 		listitemprototype.h
       
    70 
       
    71 RESOURCES += \
       
    72 		clockviews.qrc
       
    73 
       
    74 # End of file	--Don't remove this.