50 lines
915 B
Prolog
50 lines
915 B
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
|
|
|
|
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
|
|
|
|
#release{
|
|
DEFINES += QT_NO_DEBUG_OUTPUT
|
|
#}
|