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