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.pro21
1 files changed, 0 insertions, 21 deletions
diff --git a/tests/auto/integration/qaudiodecoderbackend/qaudiodecoderbackend.pro b/tests/auto/integration/qaudiodecoderbackend/qaudiodecoderbackend.pro
deleted file mode 100644
index 672bcfa6a..000000000
--- a/tests/auto/integration/qaudiodecoderbackend/qaudiodecoderbackend.pro
+++ /dev/null
@@ -1,21 +0,0 @@
-TARGET = tst_qaudiodecoderbackend
-
-QT += multimedia multimedia-private testlib
-
-# This is more of a system test
-CONFIG += testcase
-TESTDATA += testdata/*
-
-INCLUDEPATH += \
- ../../../../src/multimedia/audio
-
-HEADERS += \
- ../shared/mediafileselector.h
-
-SOURCES += \
- tst_qaudiodecoderbackend.cpp
-
-boot2qt: {
- # Yocto sysroot does not have gstreamer/wav
- QMAKE_CXXFLAGS += -DWAV_SUPPORT_NOT_FORCED
-}