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, 0 insertions, 20 deletions
diff --git a/examples/audiolevels/audiolevels.pro b/examples/audiolevels/audiolevels.pro
deleted file mode 100644
index 7df4379b..00000000
--- a/examples/audiolevels/audiolevels.pro
+++ /dev/null
@@ -1,20 +0,0 @@
-!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/*
-