smf/smfcredentialmgr/smfcredmgrclient/smfcredmgrclient.pro
changeset 14 a469c0e6e7fb
child 18 013a02bf2bb0
equal deleted inserted replaced
13:b5d63d5fc252 14:a469c0e6e7fb
       
     1 # ##############################################################################
       
     2 # /*
       
     3 # ========================================================================
       
     4 # Name : smfcredmgrclient.pro
       
     5 # Author : Pritam Roy Biswas
       
     6 # Copyright : Copyright (c) 2009-2010, Sasken Communication Technologies Ltd.
       
     7 # Description :
       
     8 # ========================================================================
       
     9 # */
       
    10 # ###############################################################################
       
    11 QT += network
       
    12 TARGET = smfcredmgrclient
       
    13 TEMPLATE = lib
       
    14 CONFIG += precompile_header
       
    15 DEFINES += SMFCREDMGRCLIENT_LIBRARY \
       
    16 	Q_OS_SYMBIAN
       
    17 INCLUDEPATH += . \
       
    18     
       
    19 SOURCES += smfcredmgrclient.cpp \
       
    20     smfcredmgrclientutil.cpp
       
    21 HEADERS += smfcredmgrclient.h \
       
    22     smfcredmgrclientutil.h
       
    23 symbian { 
       
    24     TARGET.UID3 = 0xEd21cfd3
       
    25     SOURCES += smfcredmgrclient_p.cpp \
       
    26         smfcredmgrclientsession.cpp
       
    27         
       
    28     HEADERS += smfcredmgrclient_p.h \
       
    29         smfcredmgrclientsession.h 
       
    30      
       
    31     BLD_INF_RULES.prj_exports += smfcredmgrclient.h
       
    32 }
       
    33 symbian::LIBS += -leuser \
       
    34     -lestor \
       
    35     -lefsrv \
       
    36      -lsmfcredmgrcommon
       
    37