Files
transactions/transactions.pro
T

16 lines
294 B
Prolog
Raw Normal View History

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 \
CMF.h \
MessageBuilder.h \
MessageParser.h
2016-09-26 12:02:34 +02:00
SOURCES += main.cpp StreamMethods.cpp Transaction.cpp \
CMF.cpp \
MessageBuilder.cpp \
MessageParser.cpp
2016-09-26 12:02:34 +02:00