把LineStru等类型声明放到单独的文件中。

Signed-off-by: dmy@lab <dmy@lab.lab>
This commit is contained in:
dmy@lab
2015-01-20 20:59:47 +08:00
parent 41502b5afa
commit da0a7f192e
7 changed files with 72 additions and 36 deletions

View File

@@ -44,7 +44,8 @@ SOURCES += main.cpp \
loadmatchexception.cpp \
dgmapping.cpp \
dginfo.cpp \
topologytest.cpp
topologytest.cpp \
elementreduction.cpp
HEADERS += \
elementhashtable.h \
@@ -75,7 +76,9 @@ HEADERS += \
loadmatchexception.h \
dgmapping.h \
dginfo.h \
topologytest.h
topologytest.h \
elementreduction.h \
element/commontype.h
#release{
DEFINES += QT_NO_DEBUG_OUTPUT