최초 등록

git-svn-id: svn://192.168.0.12/source@98 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
admin
2015-05-07 09:02:27 +00:00
parent f55b109e5a
commit 48e5d5c19b
4 changed files with 1975 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
#-------------------------------------------------
#
# Project created by QtCreator 2015-04-30T16:26:12
#
#-------------------------------------------------
QT += widgets sql
TARGET = FilterProcess
CONFIG += console
CONFIG -= app_bundle
TEMPLATE = app
SOURCES += main.cpp \
sfilterprocess.cpp \
../Json/sjson.cpp
HEADERS += sfilterprocess.h\
../Json/sjson.h \
../common.h