summaryrefslogtreecommitdiffstats
path: root/tests/manual/audiodecoder/audiodecoder.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/audiodecoder/audiodecoder.pro')
-rw-r--r--tests/manual/audiodecoder/audiodecoder.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/manual/audiodecoder/audiodecoder.pro b/tests/manual/audiodecoder/audiodecoder.pro
new file mode 100644
index 000000000..7870d340e
--- /dev/null
+++ b/tests/manual/audiodecoder/audiodecoder.pro
@@ -0,0 +1,13 @@
+TEMPLATE = app
+TARGET = audiodecoder
+
+HEADERS = \
+ audiodecoder.h
+SOURCES = main.cpp \
+ audiodecoder.cpp
+
+QT += multimedia
+CONFIG += console
+
+target.path = $$[QT_INSTALL_EXAMPLES]/multimedia/audiodecoder
+INSTALLS += target