homescreenapp/hshomescreenclientplugin/hshomescreenclientplugin.pro
changeset 36 cdae8c6c3876
child 39 4e8ebe173323
equal deleted inserted replaced
35:f9ce957a272c 36:cdae8c6c3876
       
     1 #
       
     2 # Copyright (c) 2010 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 
       
    18 TEMPLATE = lib
       
    19 CONFIG += plugin hb mobility console
       
    20 MOBILITY = serviceframework
       
    21 
       
    22 PLUGIN_SUBDIR = /hsresources/plugins/homescreenclientplugin
       
    23 
       
    24 include (../common.pri)
       
    25 
       
    26 DEPENDPATH += 	./inc \
       
    27               	./src
       
    28               
       
    29 INCLUDEPATH += 	./inc 
       
    30 
       
    31 symbian: {
       
    32     TARGET.UID3 = 0x20022F72
       
    33     LIBS += -lxqservice
       
    34 }
       
    35 
       
    36 win32: {
       
    37     error("Only Symbian supported!")
       
    38 }
       
    39 
       
    40 include(hshomescreenclientplugin.pri)