new filterprocess

git-svn-id: svn://192.168.0.12/source@257 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
admin
2016-03-31 08:11:07 +00:00
parent d2b51d16e8
commit 0c568df009
22 changed files with 7454 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
#-------------------------------------------------
#
# Project created by QtCreator 2016-02-29T16:47:52
#
#-------------------------------------------------
QT += core sql
QT -= gui
TARGET = sfilterprocess
CONFIG += console
CONFIG -= app_bundle
TEMPLATE = app
SOURCES += main.cpp \
sdbmanager.cpp \
sinitializer.cpp \
sfilterprocess.cpp \
sfilteralgorithm.cpp \
../Json/sjson.cpp \
sdatagroup.cpp \
sconsumer.cpp \
sinfluencer.cpp \
sspammer.cpp \
spowercafe.cpp
HEADERS += \
sdbmanager.h \
sinitializer.h \
sfilterprocess.h \
sfilteralgorithm.h \
../common.h \
../Json/sjson.h \
sdatagroup.h \
sservice.h \
sinfluencer.h \
sconsumer.h \
sspammer.h \
spowercafe.h