smf/smfservermodule/smfserver/datastoremgr/datastoremgr.pri
changeset 14 a469c0e6e7fb
parent 7 be09cf1f39dd
equal deleted inserted replaced
13:b5d63d5fc252 14:a469c0e6e7fb
     1 INCLUDEPATH += datastoremgr \
     1 INCLUDEPATH += datastoremgr \
     2     ./
     2     ./
       
     3 PUBLIC_HEADERS += datastoremgr/dsm.h 
     3 
     4 
     4 CONFIG += console \
     5 SOURCES += datastoremgr/dsm.cpp
     5     qt \
       
     6     debug \
       
     7     warn_on
       
     8 
       
     9 PUBLIC_HEADERS += \
       
    10 	datastoremgr/smfSns.h \
       
    11     datastoremgr/smfUserProfile.h \
       
    12     datastoremgr/smfSocialProfile.h \
       
    13     datastoremgr/dsm.h
       
    14 
       
    15 PRIVATE_HEADERS += 
       
    16 
       
    17 SOURCES += \
       
    18 	datastoremgr/smfSns.cpp \
       
    19 #    datastoremgr/test.cpp \
       
    20     datastoremgr/smfUserProfile.cpp \
       
    21     datastoremgr/smfSocialProfile.cpp \
       
    22     datastoremgr/dsm.cpp