summaryrefslogtreecommitdiffstats
path: root/demos/audio/audio.pro
diff options
context:
space:
mode:
Diffstat (limited to 'demos/audio/audio.pro')
-rw-r--r--demos/audio/audio.pro13
1 files changed, 0 insertions, 13 deletions
diff --git a/demos/audio/audio.pro b/demos/audio/audio.pro
deleted file mode 100644
index 0bd25015..00000000
--- a/demos/audio/audio.pro
+++ /dev/null
@@ -1,13 +0,0 @@
-!include( ../demos.pri ):error( "Couldn't find the demos.pri file!" )
-
-QT += multimedia
-
-TARGET = audio
-TEMPLATE = app
-
-SOURCES += main.cpp\
- widget.cpp \
- xyseriesiodevice.cpp
-
-HEADERS += widget.h \
- xyseriesiodevice.h