contentstorage/caclient/caclient.pro
changeset 60 f62f87b200ec
child 61 8e5041d13c84
equal deleted inserted replaced
4:1a2a00e78665 60:f62f87b200ec
       
     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
       
    19 HB = hbcore
       
    20 
       
    21 DEFINES += CACLIENT_LIB
       
    22 
       
    23 include(../../common.pri)
       
    24 
       
    25 DEPENDPATH += ./inc \
       
    26               ./src
       
    27 INCLUDEPATH += ./inc 
       
    28 
       
    29 include(caclient.pri)
       
    30 
       
    31 symbian: {
       
    32 DEPENDPATH += ./s60/inc \
       
    33               ./s60/src
       
    34 INCLUDEPATH += ./s60/inc
       
    35 
       
    36 TARGET.UID3 = 0x20022F81
       
    37 
       
    38 INCLUDEPATH += \
       
    39              ../cautils/inc \
       
    40              ../extinc \
       
    41              ../inc
       
    42 
       
    43 LIBS += -lcautils \
       
    44         -lcaextendedmenu \
       
    45         -lestor \
       
    46         -lbafl \
       
    47         -laknicon \
       
    48         -lcharconv \
       
    49         -lfbscli \
       
    50         -lbitgdi
       
    51 include(caclient_s60.pri)
       
    52 }
       
    53 
       
    54 win32: {
       
    55 DEPENDPATH += ./stub/inc \
       
    56               ./stub/src
       
    57 INCLUDEPATH += ./stub/inc
       
    58 
       
    59 LIBS += -lhswidgetmodel
       
    60 
       
    61 QT += sql
       
    62 
       
    63 include(caclient_stub.pri)
       
    64 include(installs_win32.pri)
       
    65 }