@@ -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
|
||||
#}
|
||||
|
||||
Reference in New Issue
Block a user