contentstorage/caclient/caclient.pro
branchRCL_3
changeset 113 0efa10d348c0
equal deleted inserted replaced
111:053c6c7c14f3 113:0efa10d348c0
       
     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: caclient.pro
       
    15 #
       
    16 
       
    17 TEMPLATE = lib
       
    18 CONFIG += hb mobility
       
    19 HB = hbcore
       
    20 
       
    21 MOBILITY = serviceframework
       
    22 
       
    23 DEFINES += CACLIENT_LIB
       
    24 
       
    25 include(../../common.pri)
       
    26 
       
    27 DEPENDPATH += ./inc \
       
    28               ./src
       
    29 INCLUDEPATH += ./inc 
       
    30 
       
    31 include(caclient.pri)
       
    32 
       
    33 symbian: {
       
    34 DEPENDPATH += ./s60/inc \
       
    35               ./s60/src
       
    36 INCLUDEPATH += ./s60/inc
       
    37 
       
    38 TARGET.UID3 = 0x20022F81
       
    39 
       
    40 INCLUDEPATH += \
       
    41              ../cautils/inc \
       
    42              ../extinc \
       
    43              ../inc
       
    44 
       
    45 LIBS += -lavkon \
       
    46         -lcautils \
       
    47         -lestor \
       
    48         -lbafl \
       
    49         -laknicon \
       
    50         -lcharconv \
       
    51         -lfbscli \
       
    52         -lbitgdi \
       
    53         -lxqutils \
       
    54         -lsif \
       
    55         -lscrclient \
       
    56         -laknicon \
       
    57         -lapgrfx \
       
    58         -lapparc
       
    59 
       
    60 include(caclient_s60.pri)
       
    61 }
       
    62 
       
    63 !symbian: {
       
    64 DEPENDPATH += ./stub/inc \
       
    65               ./stub/src
       
    66 INCLUDEPATH += ./stub/inc
       
    67 
       
    68 QT += sql
       
    69 
       
    70 include(caclient_stub.pri)
       
    71 include(installs_win32.pri)
       
    72 }