1.给Singleton的模板加了点功能。

2.添加了处理DG的功能。

Signed-off-by: dmy@lab <dmy@lab.lab>
This commit is contained in:
dmy@lab
2015-01-19 14:54:36 +08:00
parent 15718e1990
commit 07cfaef632
7 changed files with 189 additions and 8 deletions

View File

@@ -41,7 +41,9 @@ SOURCES += main.cpp \
loadmapping.cpp \
recursedir.cpp \
loadinfo.cpp \
loadmatchexception.cpp
loadmatchexception.cpp \
dgmapping.cpp \
dginfo.cpp
HEADERS += \
elementhashtable.h \
@@ -69,7 +71,9 @@ HEADERS += \
recursedir.h \
loadinfo.h \
singletonbase.h \
loadmatchexception.h
loadmatchexception.h \
dgmapping.h \
dginfo.h
#release{
DEFINES += QT_NO_DEBUG_OUTPUT