smf/smfservermodule/smfserver/datastoremgr/datastoremgr.pri
author cgandhi <chandradeep.gandhi@sasken.com>
Fri, 21 May 2010 15:40:57 +0530
changeset 9 b85b0c039c14
parent 7 be09cf1f39dd
child 14 a469c0e6e7fb
permissions -rw-r--r--
Adding doxygen generated documentation (zipped)

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