Files
clients/EffectProcess/EffectProcess.pro

38 lines
813 B
Prolog

#-------------------------------------------------
#
# Project created by QtCreator 2016-10-25T17:10:10
#
#-------------------------------------------------
QT += webenginewidgets webengine network widgets sql
QT -= gui
TARGET = EffectProcess
CONFIG += console c++11
CONFIG -= app_bundle
TEMPLATE = app
SOURCES += main.cpp \
swebpage.cpp \
sutilclass.cpp \
sutilfunction.cpp \
sresultsender.cpp \
seffectprocess.cpp \
snaverblog.cpp \
seffectstatistics.cpp \
snaverblogprocess.cpp \
snaverurlvalidator.cpp
HEADERS += \
swebpage.h \
sresultsender.h \
sutilclass.h \
sutilfunction.h \
seffectprocess.h \
seffectstatistics.h \
snaverblog.h \
snaverblogprocess.h \
snaverurlvalidator.h