aboutsummaryrefslogtreecommitdiff
path: root/client/client.pro
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-10-05 20:57:10 +0200
committerlonkaars <loek@pipeframe.xyz>2022-10-05 20:57:10 +0200
commit4625b939aad3537bd130617944e01f5da693b23d (patch)
tree8cd4b9c94d9ca70b7386b369e16d81c659d01c6f /client/client.pro
parent9c7f4e157f10aa58e4b78636a2f8556be4637a07 (diff)
initial merge of qt client
Diffstat (limited to 'client/client.pro')
-rw-r--r--client/client.pro21
1 files changed, 15 insertions, 6 deletions
diff --git a/client/client.pro b/client/client.pro
index cd0990a..0de0a33 100644
--- a/client/client.pro
+++ b/client/client.pro
@@ -1,14 +1,23 @@
-QT += charts
+QT += core gui sql charts
HEADERS += \
- chart.h \
- chartview.h
+ dbconnector.h \
+ main.h \
+ mainwindow.h
+# chart.h \
+# chartview.h
SOURCES += \
+ dbconnector.cpp \
main.cpp \
- chart.cpp \
- chartview.cpp
+ mainwindow.cpp
+# chart.cpp \
+# chartview.cpp
+
+
+FORMS += \
+ dbconnector.ui \
+ mainwindow.ui
-target.path = $$[QT_INSTALL_EXAMPLES]/charts/zoomlinechart
INSTALLS += target
CONFIG += force_debug_info