2014-11-21 17:47:58 +08:00
|
|
|
#-------------------------------------------------
|
|
|
|
|
#
|
|
|
|
|
# Project created by QtCreator 2014-11-21T17:47:12
|
|
|
|
|
#
|
|
|
|
|
#-------------------------------------------------
|
|
|
|
|
|
|
|
|
|
QT += core
|
2014-11-22 11:32:12 +08:00
|
|
|
QT +=xml
|
2014-11-21 17:47:58 +08:00
|
|
|
|
|
|
|
|
QT -= gui
|
|
|
|
|
|
|
|
|
|
TARGET = testHasttable
|
|
|
|
|
CONFIG += console
|
|
|
|
|
CONFIG -= app_bundle
|
|
|
|
|
|
|
|
|
|
TEMPLATE = app
|
|
|
|
|
|
|
|
|
|
|
2014-11-22 11:32:12 +08:00
|
|
|
SOURCES += main.cpp \
|
|
|
|
|
elementhashtable.cpp \
|
|
|
|
|
subcontrolarea.cpp \
|
2014-11-22 16:27:22 +08:00
|
|
|
BasicElementInfo.cpp \
|
2014-11-22 22:18:18 +08:00
|
|
|
regexextract.cpp \
|
|
|
|
|
busbarsection.cpp \
|
|
|
|
|
terminal.cpp \
|
|
|
|
|
aclinesegment.cpp \
|
|
|
|
|
breaker.cpp \
|
|
|
|
|
compensator.cpp \
|
|
|
|
|
disconnector.cpp \
|
|
|
|
|
powertransformer.cpp \
|
|
|
|
|
synchronousmachine.cpp
|
2014-11-22 11:32:12 +08:00
|
|
|
|
|
|
|
|
HEADERS += \
|
|
|
|
|
elementhashtable.h \
|
|
|
|
|
BasicElementInfo.h \
|
2014-11-22 16:27:22 +08:00
|
|
|
subcontrolarea.h \
|
2014-11-22 22:18:18 +08:00
|
|
|
regexextract.h \
|
|
|
|
|
busbarsection.h \
|
|
|
|
|
terminal.h \
|
|
|
|
|
aclinesegment.h \
|
|
|
|
|
breaker.h \
|
|
|
|
|
compensator.h \
|
|
|
|
|
disconnector.h \
|
|
|
|
|
powertransformer.h \
|
|
|
|
|
synchronousmachine.h
|
2014-11-22 11:32:12 +08:00
|
|
|
|
|
|
|
|
#release{
|
|
|
|
|
#DEFINES += QT_NO_DEBUG_OUTPUT
|
|
|
|
|
#}
|