smf/smfcredentialmgr/smfcredmgrclient/smfcredmgrclient.pro
author cgandhi <chandradeep.gandhi@sasken.com>
Wed, 23 Jun 2010 19:51:49 +0530
changeset 14 a469c0e6e7fb
child 18 013a02bf2bb0
permissions -rw-r--r--
changes for SmfPost, SmfCredentialMgr, PLuginManager, SmfServer. Adding Sample Plugins and Sample Client Applications.

# ##############################################################################
# /*
# ========================================================================
# Name : smfcredmgrclient.pro
# Author : Pritam Roy Biswas
# Copyright : Copyright (c) 2009-2010, Sasken Communication Technologies Ltd.
# Description :
# ========================================================================
# */
# ###############################################################################
QT += network
TARGET = smfcredmgrclient
TEMPLATE = lib
CONFIG += precompile_header
DEFINES += SMFCREDMGRCLIENT_LIBRARY \
	Q_OS_SYMBIAN
INCLUDEPATH += . \
    
SOURCES += smfcredmgrclient.cpp \
    smfcredmgrclientutil.cpp
HEADERS += smfcredmgrclient.h \
    smfcredmgrclientutil.h
symbian { 
    TARGET.UID3 = 0xEd21cfd3
    SOURCES += smfcredmgrclient_p.cpp \
        smfcredmgrclientsession.cpp
        
    HEADERS += smfcredmgrclient_p.h \
        smfcredmgrclientsession.h 
     
    BLD_INF_RULES.prj_exports += smfcredmgrclient.h
}
symbian::LIBS += -leuser \
    -lestor \
    -lefsrv \
     -lsmfcredmgrcommon