contentstorage/caclient/cahandler.pri
changeset 66 32469d7d46ff
parent 61 8e5041d13c84
child 73 4bc7b118b3df
equal deleted inserted replaced
61:8e5041d13c84 66:32469d7d46ff
     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 INCLUDEPATH += ../cahandler/inc \
       
    18     ../cahandler/app/inc \
       
    19     ../cahandler/url/inc \
       
    20 	../cahandler/tapp/inc
       
    21 
       
    22 HEADERS += ../cahandler/inc/*.h \
       
    23     ../cahandler/app/inc/*.h \
       
    24     ../cahandler/url/inc/*.h \
       
    25 	../cahandler/tapp/inc/catapphandler.h
       
    26     
       
    27 SOURCES += ../cahandler/app/src/*.cpp \
       
    28     ../cahandler/url/src/*.cpp  \
       
    29 		../cahandler/tapp/src/catapphandler.cpp
       
    30 
       
    31 LIBS += -lswinstcli \
       
    32         -lapgrfx \
       
    33         -lws32 \
       
    34         -lapparc \
       
    35         -lsisregistryclient \
       
    36         -leikcore \
       
    37         -lcone \
       
    38         -lefsrv \
       
    39         -lxqservice
       
    40 		
       
    41