summaryrefslogtreecommitdiffstats
path: root/tests/auto/integration/qaudiodecoderbackend/qaudiodecoderbackend.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/integration/qaudiodecoderbackend/qaudiodecoderbackend.pro')
-rw-r--r--tests/auto/integration/qaudiodecoderbackend/qaudiodecoderbackend.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/auto/integration/qaudiodecoderbackend/qaudiodecoderbackend.pro b/tests/auto/integration/qaudiodecoderbackend/qaudiodecoderbackend.pro
new file mode 100644
index 000000000..7548b8983
--- /dev/null
+++ b/tests/auto/integration/qaudiodecoderbackend/qaudiodecoderbackend.pro
@@ -0,0 +1,15 @@
+TARGET = tst_qaudiodecoderbackend
+
+QT += multimedia multimedia-private testlib
+CONFIG += no_private_qt_headers_warning
+
+# This is more of a system test
+# CONFIG += testcase
+
+INCLUDEPATH += \
+ ../../../../src/multimedia/audio
+
+DEFINES += TESTDATA_DIR=\\\"$$PWD/\\\"
+
+SOURCES += \
+ tst_qaudiodecoderbackend.cpp