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.pro25
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/auto/qsoundeffect/qsoundeffect.pro b/tests/auto/qsoundeffect/qsoundeffect.pro
new file mode 100644
index 000000000..c2efb1170
--- /dev/null
+++ b/tests/auto/qsoundeffect/qsoundeffect.pro
@@ -0,0 +1,25 @@
+load(qttest_p4)
+
+QT += core declarative multimediakit-private
+
+# TARGET = tst_qsoundeffect
+
+SOURCES += tst_qsoundeffect.cpp
+
+wince*|symbian {
+ deploy.files = test.wav
+ DEPLOYMENT = deploy
+ DEFINES += QT_QSOUNDEFFECT_USEAPPLICATIONPATH
+} else:maemo* {
+ DEFINES += QT_QSOUNDEFFECT_USEAPPLICATIONPATH
+} else {
+ DEFINES += SRCDIR=\\\"$$PWD/\\\"
+}
+
+unix:!mac:!symbian {
+ !contains(QT_CONFIG, pulseaudio) {
+ DEFINES += QT_MULTIMEDIA_QMEDIAPLAYER
+ }
+}
+
+maemo*:CONFIG += insignificant_test