diff options
| author | Calvin Morrison <calvin@pobox.com> | 2026-01-03 11:57:44 -0500 |
|---|---|---|
| committer | Calvin Morrison <calvin@pobox.com> | 2026-01-03 11:57:44 -0500 |
| commit | fb51ae563d69944d8399d8b4705f2714d15a74c1 (patch) | |
| tree | 6f2bee73dce53d3526da64563d0ef00e3a5df26e /CashFlo.pro | |
| parent | a6e05ddd0add4500877ceb2df69ea3e0d5ca9b15 (diff) | |
nu stuff
Diffstat (limited to 'CashFlo.pro')
| -rw-r--r-- | CashFlo.pro | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/CashFlo.pro b/CashFlo.pro index 920badf..d739ab1 100644 --- a/CashFlo.pro +++ b/CashFlo.pro @@ -1,4 +1,4 @@ -QT += core gui sql +QT += core gui sql charts greaterThan(QT_MAJOR_VERSION, 4): QT += widgets @@ -12,13 +12,15 @@ SOURCES += \ main.cpp \ cashflow.cpp \ database.cpp \ - settingsdialog.cpp + settingsdialog.cpp \ + multiselectcombobox.cpp HEADERS += \ cashflow.h \ database.h \ transaction.h \ - settingsdialog.h + settingsdialog.h \ + multiselectcombobox.h FORMS += \ cashflow.ui \ |
