Files

10 lines
156 B
Prolog
Raw Permalink 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
2024-09-05 13:36:38 +02:00
HEADERS += StreamMethods.h Transaction.h
2016-09-26 12:02:34 +02:00
2024-09-05 13:36:38 +02:00
SOURCES += main.cpp Transaction.cpp
2016-09-26 12:02:34 +02:00