최초 등록
git-svn-id: svn://192.168.0.12/source@98 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
20
FilterProcess/FilterProcess.pro
Normal file
20
FilterProcess/FilterProcess.pro
Normal 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
|
||||
Reference in New Issue
Block a user