homescreenapp/widgetplugins/hsclockwidgetplugin/hsclockwidgetplugin.pro
branchRCL_3
changeset 82 5f0182e07bfb
equal deleted inserted replaced
79:f00a6757af32 82:5f0182e07bfb
       
     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 #
       
    16 
       
    17 TEMPLATE = lib
       
    18 CONFIG += plugin hb mobility
       
    19 MOBILITY = serviceframework
       
    20 
       
    21 HB += hbfeedback
       
    22 
       
    23 LIBS += -lhsdomainmodel
       
    24 
       
    25 PLUGIN_SUBDIR = /private/20022F35/import/widgetregistry/20022F6C
       
    26 include(../../common.pri)
       
    27 
       
    28 DEPENDPATH += ./inc \
       
    29               ./src
       
    30 
       
    31 INCLUDEPATH += ./inc \
       
    32                 ../../hsdomainmodel/inc
       
    33 		
       
    34 symbian: {
       
    35     TARGET.UID3 = 0x20022F6C
       
    36     LIBS += -lbafl -lapgrfx -lcone
       
    37     
       
    38     
       
    39 }
       
    40 
       
    41 !symbian:include(hsclockwidgetplugin_win.pri)
       
    42 symbian:include(hsclockwidgetplugin_symbian.pri)
       
    43 
       
    44 RESOURCES = hsclockwidgetplugin.qrc
       
    45 
       
    46 exportResources(./resource/*.manifest, $$PLUGIN_SUBDIR)
       
    47 exportResources(./resource/*.png, $$PLUGIN_SUBDIR)
       
    48 exportResources(./resource/*.svg, $$PLUGIN_SUBDIR)