You've already forked transactions
bcb923f295
This repo was originally used for a very different purpose, removing the no longer needed files.
10 lines
156 B
Prolog
10 lines
156 B
Prolog
TEMPLATE = app
|
|
TARGET = transactions
|
|
INCLUDEPATH += . support/cppQt
|
|
|
|
# Input
|
|
HEADERS += StreamMethods.h Transaction.h
|
|
|
|
SOURCES += main.cpp Transaction.cpp
|
|
|