1.给Singleton的模板加了点功能。
2.添加了处理DG的功能。 Signed-off-by: dmy@lab <dmy@lab.lab>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user