summaryrefslogtreecommitdiffstats
path: root/examples/charts/pointsselectionandmarkers/pointsselectionandmarkers.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/charts/pointsselectionandmarkers/pointsselectionandmarkers.pro')
-rw-r--r--examples/charts/pointsselectionandmarkers/pointsselectionandmarkers.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/charts/pointsselectionandmarkers/pointsselectionandmarkers.pro b/examples/charts/pointsselectionandmarkers/pointsselectionandmarkers.pro
new file mode 100644
index 00000000..ac8adffb
--- /dev/null
+++ b/examples/charts/pointsselectionandmarkers/pointsselectionandmarkers.pro
@@ -0,0 +1,15 @@
+QT += charts \
+ widgets
+
+SOURCES += \
+ main.cpp \
+ utilities.cpp
+
+HEADERS += \
+ utilities.h
+
+RESOURCES += \
+ pointsselectionandmarkers.qrc
+
+target.path = $$[QT_INSTALL_EXAMPLES]/charts/pointsselectionandmarkers
+INSTALLS += target