aboutsummaryrefslogtreecommitdiff
path: root/client/client.pro
diff options
context:
space:
mode:
Diffstat (limited to 'client/client.pro')
-rw-r--r--client/client.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/client.pro b/client/client.pro
index d680fba..71ab6d5 100644
--- a/client/client.pro
+++ b/client/client.pro
@@ -1,6 +1,7 @@
QT += core gui sql charts network
HEADERS += \
+ csv_import.h \
dbconnector.h \
main.h \
mainwindow.h \
@@ -8,6 +9,7 @@ HEADERS += \
timetest.h
SOURCES += \
+ csv_import.cpp \
dbconnector.cpp \
main.cpp \
mainwindow.cpp \