homescreenapp/widgetplugins/hsclockwidgetplugin/hsclockwidgetplugin.pro
changeset 35 f9ce957a272c
child 39 4e8ebe173323
equal deleted inserted replaced
5:c743ef5928ba 35:f9ce957a272c
       
     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 win32: PLUGIN_SUBDIR = /hsresources/import/widgetregistry/20022F6C
       
    21 symbian: PLUGIN_SUBDIR = /private/20022F35/import/widgetregistry/20022F6C
       
    22 include(../../common.pri)
       
    23 
       
    24 LIBS += -lhswidgetmodel
       
    25 
       
    26 DEPENDPATH += ./inc \
       
    27               ./src
       
    28 
       
    29 INCLUDEPATH += ./inc 
       
    30 
       
    31 symbian: {
       
    32     TARGET.UID3 = 0x20022F6C
       
    33     LIBS += -lbafl
       
    34     
       
    35     
       
    36 }
       
    37 
       
    38 win32:include(hsclockwidgetplugin_win.pri)
       
    39 symbian:include(hsclockwidgetplugin_symbian.pri)
       
    40 
       
    41 RESOURCES = hsclockwidgetplugin.qrc
       
    42 
       
    43 exportResources(./resource/*.manifest, $$PLUGIN_SUBDIR)
       
    44 exportResources(./resource/*.png, $$PLUGIN_SUBDIR)