filter 최종 종료시에 website에 이를 알리는 기능

git-svn-id: svn://192.168.0.12/source@314 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
admin
2016-11-11 06:24:32 +00:00
parent 9f95082415
commit 4e6aead7b3
7 changed files with 192 additions and 213 deletions

View File

@@ -4,7 +4,7 @@
#
#-------------------------------------------------
QT += widgets sql
QT += widgets sql network
TARGET = sfilterprocess
CONFIG += console
@@ -23,7 +23,8 @@ SOURCES += main.cpp \
sconsumer.cpp \
sinfluencer.cpp \
sspammer.cpp \
spowercafe.cpp
spowercafe.cpp \
shttpsender.cpp
HEADERS += \
sdbmanager.h \
@@ -37,4 +38,5 @@ HEADERS += \
sinfluencer.h \
sconsumer.h \
sspammer.h \
spowercafe.h
spowercafe.h \
shttpsender.h