2016-09-20 21:28:03 +02:00
|
|
|
TEMPLATE = app
|
|
|
|
|
TARGET = transactions
|
2016-09-26 12:02:34 +02:00
|
|
|
INCLUDEPATH += . support/cppQt
|
2016-09-20 21:28:03 +02:00
|
|
|
|
|
|
|
|
# Input
|
2016-09-26 12:02:34 +02:00
|
|
|
HEADERS += StreamMethods.h Transaction.h \
|
|
|
|
|
support/cppQt/CMF.h \
|
|
|
|
|
support/cppQt/MessageBuilder.h \
|
|
|
|
|
support/cppQt/MessageParser.h
|
|
|
|
|
|
|
|
|
|
SOURCES += main.cpp StreamMethods.cpp Transaction.cpp \
|
|
|
|
|
support/cppQt/CMF.cpp \
|
|
|
|
|
support/cppQt/MessageBuilder.cpp \
|
|
|
|
|
support/cppQt/MessageParser.cpp
|
|
|
|
|
|