diff options
| author | Calvin Morrison <calvin@pobox.com> | 2025-12-27 15:25:36 -0500 |
|---|---|---|
| committer | Calvin Morrison <calvin@pobox.com> | 2025-12-27 15:25:36 -0500 |
| commit | 5305661f325ea84bbbc9c8fc7b6f2a4813a9147d (patch) | |
| tree | b5ba5b08187c3b722afb05c486dcbfb4e2efc34f /CashFlo.pro | |
| parent | 88b069141faafd1c5aefda1573b2285a38885ce4 (diff) | |
v.01
Diffstat (limited to 'CashFlo.pro')
| -rw-r--r-- | CashFlo.pro | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/CashFlo.pro b/CashFlo.pro index 70333c2..920badf 100644 --- a/CashFlo.pro +++ b/CashFlo.pro @@ -11,15 +11,18 @@ CONFIG += c++17 SOURCES += \ main.cpp \ cashflow.cpp \ - database.cpp + database.cpp \ + settingsdialog.cpp HEADERS += \ cashflow.h \ database.h \ - transaction.h + transaction.h \ + settingsdialog.h FORMS += \ - cashflow.ui + cashflow.ui \ + settingsdialog.ui # Default rules for deployment. qnx: target.path = /tmp/$${TARGET}/bin |
