new filterprocess
git-svn-id: svn://192.168.0.12/source@257 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
42
sfilterprocess/sfilterprocess.pro
Normal file
42
sfilterprocess/sfilterprocess.pro
Normal 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
|
||||
Reference in New Issue
Block a user