smf/smfservermodule/smfserver/datastoremgr/datastoremgr.pri
author James Aley <jamesa@symbian.org>
Fri, 21 May 2010 15:45:10 +0100
changeset 10 77a56c951f86
parent 7 be09cf1f39dd
child 14 a469c0e6e7fb
permissions -rw-r--r--
Fixed build for Qt desktop

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