clock/clockui/clockcityselectionlist/clockcityselectionlist.pro
changeset 18 c198609911f9
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:
       
    15 # Project specification file for clockcityselectionlist.
       
    16 #
       
    17 
       
    18 TEMPLATE = lib
       
    19 TARGET = clockcityselectionlist
       
    20 CONFIG += hb
       
    21 DEFINES += CLOCKCITYSELECTIONLIST_LIB
       
    22 
       
    23 INCLUDEPATH += \
       
    24 		./inc \
       
    25 		../../inc \
       
    26 		../../clockmw/clocktimezone/inc
       
    27 
       
    28 DEPENDPATH += \
       
    29 		./inc \
       
    30 		./src \
       
    31 		./data
       
    32 
       
    33 symbian: {
       
    34 	TARGET.CAPABILITY += ALL -TCB
       
    35 	TARGET.EPOCALLOWDLLDATA = 1
       
    36 	TARGET.UID3 = 0xABCDE123
       
    37 	
       
    38 	LIBS += \
       
    39 		-ltimezoneclient
       
    40 }
       
    41 
       
    42 SOURCES += \
       
    43 		clockcityselectionlist.cpp \
       
    44 		clockcityselectionlist_p.cpp \
       
    45 		clockcitylistproxymodel.cpp \
       
    46 		clockcityselectionlistprototype.cpp
       
    47 
       
    48 HEADERS += \
       
    49 		clockcityselectionlist.h \
       
    50 		clockcityselectionlist_p.h \
       
    51 		clockcitylistproxymodel.h \
       
    52 		clockcityselectionlistdefines.h \
       
    53 		clockcityselectionlistcommon.h \
       
    54 		clockcityselectionlistprototype.h
       
    55 		
       
    56 RESOURCES += \
       
    57 		clockcityselectionlist.qrc
       
    58 
       
    59 # End of file	--Don't remove this.