summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsoundeffect/qsoundeffect.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qsoundeffect/qsoundeffect.pro')
-rw-r--r--tests/auto/qsoundeffect/qsoundeffect.pro17
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/auto/qsoundeffect/qsoundeffect.pro b/tests/auto/qsoundeffect/qsoundeffect.pro
deleted file mode 100644
index 4d7f083..0000000
--- a/tests/auto/qsoundeffect/qsoundeffect.pro
+++ /dev/null
@@ -1,17 +0,0 @@
-TARGET = tst_qsoundeffect
-
-QT += core declarative multimedia-private testlib
-CONFIG += no_private_qt_headers_warning
-
-# This is more of a system test
-# CONFIG += testcase
-
-SOURCES += tst_qsoundeffect.cpp
-
-DEFINES += SRCDIR=\\\"$$PWD/\\\"
-
-unix:!mac {
- !contains(QT_CONFIG, pulseaudio) {
- DEFINES += QT_MULTIMEDIA_QMEDIAPLAYER
- }
-}