cimforreduceloss/testHasttable/testHasttable.pro

86 lines
1.7 KiB
Prolog

#-------------------------------------------------
#
# Project created by QtCreator 2014-11-21T17:47:12
#
#-------------------------------------------------
QT += core
QT +=xml
QT -= gui
TARGET = testHasttable
CONFIG += console
CONFIG -= app_bundle
TEMPLATE = app
SOURCES += main.cpp \
elementhashtable.cpp \
subcontrolarea.cpp \
BasicElementInfo.cpp \
regexextract.cpp \
busbarsection.cpp \
terminal.cpp \
aclinesegment.cpp \
breaker.cpp \
compensator.cpp \
disconnector.cpp \
powertransformer.cpp \
synchronousmachine.cpp \
nodetoterminal.cpp \
topologyrecorder.cpp \
substation.cpp \
cimexporter.cpp \
element/branch.cpp \
element/line.cpp \
element/transformer.cpp \
element/switch.cpp \
task.cpp \
loadmapping.cpp \
recursedir.cpp \
loadinfo.cpp \
loadmatchexception.cpp \
dgmapping.cpp \
dginfo.cpp \
topologytest.cpp \
elementreduction.cpp
HEADERS += \
elementhashtable.h \
BasicElementInfo.h \
subcontrolarea.h \
regexextract.h \
busbarsection.h \
terminal.h \
aclinesegment.h \
breaker.h \
compensator.h \
disconnector.h \
powertransformer.h \
synchronousmachine.h \
nodetoterminal.h \
topologyrecorder.h \
substation.h \
cimexporter.h \
element/branch.h \
element/line.h \
element/transformer.h \
element/switch.h \
task.h \
loadmapping.h \
recursedir.h \
loadinfo.h \
singletonbase.h \
loadmatchexception.h \
dgmapping.h \
dginfo.h \
topologytest.h \
elementreduction.h \
element/commontype.h
#release{
DEFINES += QT_NO_DEBUG_OUTPUT
#}