1.重新组织了文件。
2.准备试试把所有元素都读入内存中。 Signed-off-by: facat@lab.com <facat@lab.com>
This commit is contained in:
24
cimparser/cimparser.pro
Normal file
24
cimparser/cimparser.pro
Normal file
@@ -0,0 +1,24 @@
|
||||
#-------------------------------------------------
|
||||
#
|
||||
# Project created by QtCreator 2014-11-21T17:41:46
|
||||
#
|
||||
#-------------------------------------------------
|
||||
|
||||
QT += core
|
||||
|
||||
QT -= gui
|
||||
|
||||
TARGET = cimparser
|
||||
CONFIG += console
|
||||
CONFIG -= app_bundle
|
||||
|
||||
TEMPLATE = app
|
||||
|
||||
|
||||
SOURCES += main.cpp \
|
||||
cimparserbatch.cpp \
|
||||
derivedqthread.cpp
|
||||
|
||||
HEADERS += \
|
||||
cimparserbatch.h \
|
||||
derivedqthread.h
|
||||
Reference in New Issue
Block a user