summaryrefslogtreecommitdiffstats
path: root/examples/charts/qmloscilloscope/qmloscilloscope.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/charts/qmloscilloscope/qmloscilloscope.pro')
-rw-r--r--examples/charts/qmloscilloscope/qmloscilloscope.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/charts/qmloscilloscope/qmloscilloscope.pro b/examples/charts/qmloscilloscope/qmloscilloscope.pro
new file mode 100644
index 00000000..a66fabcd
--- /dev/null
+++ b/examples/charts/qmloscilloscope/qmloscilloscope.pro
@@ -0,0 +1,11 @@
+!include( ../examples.pri ) {
+ error( "Couldn't find the examples.pri file!" )
+}
+
+RESOURCES += resources.qrc
+SOURCES += main.cpp \
+ datasource.cpp
+OTHER_FILES += qml/qmloscilloscope/*
+
+HEADERS += \
+ datasource.h