clock/clockui/clockwidget/clockwidgetimpl/clockwidgetimpl.pro
changeset 45 b6db4fd4947b
child 57 bb2d3e476f29
equal deleted inserted replaced
23:fd30d51f876b 45:b6db4fd4947b
       
     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 #  programs, is protected by copyright controlled by Nokia.  All
       
    11 #  rights are reserved.  Copying, including reproducing, storing,
       
    12 #  adapting or translating, any or all of this material requires the
       
    13 #  prior written consent of Nokia.  This material also contains
       
    14 #  confidential information which may not be disclosed to others
       
    15 #  without the prior written consent of Nokia.
       
    16 # ============================================================================
       
    17 #
       
    18 # Description:
       
    19 #
       
    20 
       
    21 TEMPLATE = lib
       
    22 TARGET = clockwidget
       
    23 CONFIG += hb
       
    24 DEFINES += CLOCKWIDGET_LIB
       
    25 
       
    26 win32{
       
    27 CONFIG(release, debug|release){
       
    28   TARGET = clockwidget
       
    29   DESTDIR = ../release # for easy plugin loading
       
    30 }else{
       
    31   TARGET = clockwidgetd
       
    32   DESTDIR = ../debug # for easy plugin loading
       
    33   }
       
    34 }
       
    35 
       
    36 DEPENDPATH += ./inc \
       
    37               ./src
       
    38 
       
    39 INCLUDEPATH += ./inc
       
    40 
       
    41 SOURCES += \
       
    42 		clockwidget.cpp \
       
    43 		analogclockwidget.cpp \
       
    44 		digitalclockwidget.cpp
       
    45 
       
    46 HEADERS += \
       
    47         clockwidgetdefines.h \ 
       
    48 		clockwidget.h \
       
    49 		analogclockwidget.h \
       
    50 		digitalclockwidget.h
       
    51             
       
    52 symbian {
       
    53     TARGET.UID3 = 0x2002E715
       
    54     TARGET.EPOCALLOWDLLDATA = 1
       
    55     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    56     LIBS += -lbafl
       
    57 }
       
    58 
       
    59 RESOURCES = clockwidgetimpl.qrc
       
    60 
       
    61 # End of file	--Don't remove this