smf/smfservermodule/smfserver/datastoremgr/datastoremgr.pri
author cgandhi <chandradeep.gandhi@sasken.com>
Tue, 18 May 2010 17:37:12 +0530
changeset 7 be09cf1f39dd
permissions -rw-r--r--
Updating the source code for plugin manager, transport manager, smfserver and smf client.

INCLUDEPATH += datastoremgr \
    ./

CONFIG += console \
    qt \
    debug \
    warn_on

PUBLIC_HEADERS += \
	datastoremgr/smfSns.h \
    datastoremgr/smfUserProfile.h \
    datastoremgr/smfSocialProfile.h \
    datastoremgr/dsm.h

PRIVATE_HEADERS += 

SOURCES += \
	datastoremgr/smfSns.cpp \
#    datastoremgr/test.cpp \
    datastoremgr/smfUserProfile.cpp \
    datastoremgr/smfSocialProfile.cpp \
    datastoremgr/dsm.cpp