diff options
Diffstat (limited to 'CashFlo.pro')
| -rw-r--r-- | CashFlo.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/CashFlo.pro b/CashFlo.pro index d739ab1..5701b37 100644 --- a/CashFlo.pro +++ b/CashFlo.pro @@ -13,14 +13,16 @@ SOURCES += \ cashflow.cpp \ database.cpp \ settingsdialog.cpp \ - multiselectcombobox.cpp + multiselectcombobox.cpp \ + importdialog.cpp HEADERS += \ cashflow.h \ database.h \ transaction.h \ settingsdialog.h \ - multiselectcombobox.h + multiselectcombobox.h \ + importdialog.h FORMS += \ cashflow.ui \ |
