aboutsummaryrefslogtreecommitdiff
path: root/client/client.pro
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-09-09 13:38:02 +0200
committerlonkaars <loek@pipeframe.xyz>2022-09-09 13:38:23 +0200
commitc46903bacbefcb708f028b8869000b2f2e058171 (patch)
tree7a44c4ca6375c934b5f41d9f673cc634fbf3791d /client/client.pro
parentbde529a4fb135eef1596ac0a5e6a8fa6a81cf711 (diff)
qt6 client makefile using chartview example
Diffstat (limited to 'client/client.pro')
-rw-r--r--client/client.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/client/client.pro b/client/client.pro
new file mode 100644
index 0000000..a9f38f1
--- /dev/null
+++ b/client/client.pro
@@ -0,0 +1,13 @@
+QT += charts
+
+HEADERS += \
+ chart.h \
+ chartview.h
+
+SOURCES += \
+ main.cpp \
+ chart.cpp \
+ chartview.cpp
+
+target.path = $$[QT_INSTALL_EXAMPLES]/charts/zoomlinechart
+INSTALLS += target