summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/qmlspectrogram/qmlspectrogram.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/datavisualization/qmlspectrogram/qmlspectrogram.pro')
-rw-r--r--examples/datavisualization/qmlspectrogram/qmlspectrogram.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/datavisualization/qmlspectrogram/qmlspectrogram.pro b/examples/datavisualization/qmlspectrogram/qmlspectrogram.pro
new file mode 100644
index 00000000..655fb0b8
--- /dev/null
+++ b/examples/datavisualization/qmlspectrogram/qmlspectrogram.pro
@@ -0,0 +1,12 @@
+!include( ../examples.pri ) {
+ error( "Couldn't find the examples.pri file!" )
+}
+
+# The .cpp file which was generated for your project. Feel free to hack it.
+SOURCES += main.cpp
+
+RESOURCES += qmlspectrogram.qrc
+
+OTHER_FILES += doc/src/* \
+ doc/images/* \
+ qml/qmlspectrogram/*