aboutsummaryrefslogtreecommitdiff
path: root/CashFlo.pro
diff options
context:
space:
mode:
Diffstat (limited to 'CashFlo.pro')
-rw-r--r--CashFlo.pro9
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