开始加入类来处理各种元素

Signed-off-by: facat@lab.com <facat@lab.com>
This commit is contained in:
facat@lab.com
2014-11-22 11:32:12 +08:00
parent 3a555bd2c1
commit f502f0dc62
8 changed files with 182 additions and 3 deletions

View File

@@ -5,6 +5,7 @@
#-------------------------------------------------
QT += core
QT +=xml
QT -= gui
@@ -15,4 +16,16 @@ CONFIG -= app_bundle
TEMPLATE = app
SOURCES += main.cpp
SOURCES += main.cpp \
elementhashtable.cpp \
subcontrolarea.cpp \
BasicElementInfo.cpp
HEADERS += \
elementhashtable.h \
BasicElementInfo.h \
subcontrolarea.h
#release{
#DEFINES += QT_NO_DEBUG_OUTPUT
#}