42 lines
709 B
Prolog
42 lines
709 B
Prolog
#-------------------------------------------------
|
|
#
|
|
# Project created by QtCreator 2014-11-21T17:45:18
|
|
#
|
|
#-------------------------------------------------
|
|
|
|
QT += core
|
|
|
|
QT -= gui
|
|
|
|
TARGET = core
|
|
CONFIG += console
|
|
CONFIG -= app_bundle
|
|
|
|
TEMPLATE = app
|
|
|
|
|
|
SOURCES += main.cpp \
|
|
callmain.cpp \
|
|
DealData.cpp \
|
|
input.cpp \
|
|
Interface.cpp \
|
|
linetypeparser.cpp \
|
|
mainfun.cpp \
|
|
output.cpp \
|
|
output1.cpp \
|
|
output2.cpp \
|
|
output3.cpp \
|
|
output4.cpp \
|
|
output5.cpp \
|
|
output6.cpp \
|
|
output7.cpp \
|
|
qt_readxml.cpp \
|
|
topology.cpp \
|
|
transformerparser.cpp
|
|
|
|
HEADERS += \
|
|
head.h \
|
|
linetypeparser.h \
|
|
qt_readxml.h \
|
|
transformerparser.h
|