contentstorage/cahandler/app/app.pro
changeset 61 8e5041d13c84
child 66 32469d7d46ff
equal deleted inserted replaced
60:f62f87b200ec 61:8e5041d13c84
       
     1 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 # All rights reserved.
       
     3 # This component and the accompanying materials are made available
       
     4 # under the terms of "Eclipse Public License v1.0"
       
     5 # which accompanies this distribution, and is available
       
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 # Initial Contributors:
       
     8 # Nokia Corporation - initial contribution.
       
     9 # Contributors:
       
    10 # Description:
       
    11 
       
    12 TEMPLATE = lib
       
    13 TARGET = caapphandlerplugin
       
    14 CONFIG += plugin hb mobility
       
    15 MOBILITY = serviceframework
       
    16 
       
    17 PLUGIN_SUBDIR = /hsresources/plugins/commandhandler
       
    18 
       
    19 include(../../../common.pri)
       
    20 
       
    21 
       
    22 DEPENDPATH += ./inc \
       
    23     ./src
       
    24 	
       
    25 INCLUDEPATH += ./inc \
       
    26     ../../inc \
       
    27     ../../cautils/inc \
       
    28     ../../caclient/inc \
       
    29     ../../caclient/s60/inc \
       
    30     $$MW_LAYER_SYSTEMINCLUDE
       
    31 	
       
    32 include(app.pri)
       
    33 
       
    34 symbian: {
       
    35     TARGET.UID3 = 0x20022F83
       
    36 
       
    37     LIBS += \
       
    38     -leuser \
       
    39     -lecom \
       
    40     -lswinstcli \
       
    41     -lcautils \
       
    42     -lcaclient \
       
    43     -lapgrfx \
       
    44     -lws32 \
       
    45     -lapparc \
       
    46     -lsisregistryclient \
       
    47     -leikcore \
       
    48     -lcone \
       
    49     -lefsrv \
       
    50     -lxqutils
       
    51     
       
    52 
       
    53     exists($${EPOCROOT}epoc32/include/mw/XQSettingsManager):LIBS += -lxqsettingsmanager
       
    54 }
       
    55 
       
    56