summaryrefslogtreecommitdiffstats
path: root/examples/audiolevels/audiolevels.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/audiolevels/audiolevels.pro')
-rw-r--r--examples/audiolevels/audiolevels.pro20
1 files changed, 20 insertions, 0 deletions
diff --git a/examples/audiolevels/audiolevels.pro b/examples/audiolevels/audiolevels.pro
new file mode 100644
index 00000000..7df4379b
--- /dev/null
+++ b/examples/audiolevels/audiolevels.pro
@@ -0,0 +1,20 @@
+!include( ../examples.pri ) {
+ error( "Couldn't find the examples.pri file!" )
+}
+
+TARGET = audiolevels
+
+QT += multimedia
+
+SOURCES += main.cpp \
+ audiolevels.cpp \
+ audiolevelsiodevice.cpp
+
+HEADERS += audiolevels.h \
+ audiolevelsiodevice.h
+
+INSTALLS += target
+
+OTHER_FILES += doc/src/* \
+ doc/images/*
+