smf/smfservermodule/smfserver/pluginmgr/pluginmgr.pri
author cgandhi <chandradeep.gandhi@sasken.com>
Wed, 23 Jun 2010 19:51:49 +0530
changeset 14 a469c0e6e7fb
parent 7 be09cf1f39dd
permissions -rw-r--r--
changes for SmfPost, SmfCredentialMgr, PLuginManager, SmfServer. Adding Sample Plugins and Sample Client Applications.

INCLUDEPATH += pluginmgr \
    ./

PUBLIC_HEADERS += \
	pluginmgr/smfpluginmanager.h \
	pluginmgr/smfpluginmanagerutil.h

SOURCES += \
	pluginmgr/smfpluginmanager.cpp \
	pluginmgr/smfpluginmanagerutil.cpp