aboutsummaryrefslogtreecommitdiff
path: root/client/client.pro
diff options
context:
space:
mode:
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