clock/clockui/clockviewmanager/clockviewmanager.pro
changeset 18 c198609911f9
child 26 a949c2543c15
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: This is the project specification file for the
       
    15 # clockviewmanager.
       
    16 #
       
    17 
       
    18 TEMPLATE = lib
       
    19 TARGET = clockviewmanager
       
    20 CONFIG += hb
       
    21 DEFINES += CLOCKVIEWMANAGER_LIB
       
    22 
       
    23 DEPENDPATH += \
       
    24 		. \
       
    25 		./inc \
       
    26 		./src
       
    27 
       
    28 INCLUDEPATH += \
       
    29 		./inc \
       
    30 		../clockviews/inc \
       
    31 		../clockappcontroller/inc \
       
    32 		../clockwidget/inc \
       
    33 		../../inc
       
    34 
       
    35 symbian: {
       
    36 	TARGET.CAPABILITY = ALL -TCB
       
    37 	TARGET.EPOCALLOWDLLDATA = 1
       
    38 	TARGET.UID3 = 0x2002BCE5
       
    39 	
       
    40 	LIBS += \
       
    41 		-lclockviews \
       
    42 		-lclockwidgetproto
       
    43 }
       
    44 
       
    45 SOURCES += \
       
    46 		clockviewmanager.cpp \
       
    47 		clockdocloader.cpp
       
    48 		
       
    49 HEADERS += \
       
    50 		clockviewmanager.h \
       
    51 		clockdocloader.h \
       
    52 		clockviewmanagerdefines.h
       
    53 	
       
    54 RESOURCES += \
       
    55 		../../data/clock.qrc
       
    56 
       
    57 # End of file	--Don't remove this.