1.重新组织了文件。

2.准备试试把所有元素都读入内存中。

Signed-off-by: facat@lab.com <facat@lab.com>
This commit is contained in:
facat@lab.com
2014-11-21 17:47:58 +08:00
parent 5d44332c13
commit 3a555bd2c1
35 changed files with 109 additions and 41 deletions

24
cimparser/cimparser.pro Normal file
View 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