summaryrefslogtreecommitdiffstats
path: root/tests/auto/integration/qsoundeffect/qsoundeffect.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/integration/qsoundeffect/qsoundeffect.pro')
-rw-r--r--tests/auto/integration/qsoundeffect/qsoundeffect.pro19
1 files changed, 0 insertions, 19 deletions
diff --git a/tests/auto/integration/qsoundeffect/qsoundeffect.pro b/tests/auto/integration/qsoundeffect/qsoundeffect.pro
deleted file mode 100644
index 868346a2e..000000000
--- a/tests/auto/integration/qsoundeffect/qsoundeffect.pro
+++ /dev/null
@@ -1,19 +0,0 @@
-TARGET = tst_qsoundeffect
-
-QT += core multimedia-private testlib
-
-# This is more of a system test
-CONFIG += testcase
-
-SOURCES += tst_qsoundeffect.cpp
-
-unix:!mac {
- !qtConfig(pulseaudio) {
- DEFINES += QT_MULTIMEDIA_QMEDIAPLAYER
- }
-}
-
-TESTDATA += test.wav
-
-RESOURCES += \
- resources.qrc