summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel/qsound/qsound.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/widgets/kernel/qsound/qsound.pro')
-rw-r--r--tests/auto/widgets/kernel/qsound/qsound.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/widgets/kernel/qsound/qsound.pro b/tests/auto/widgets/kernel/qsound/qsound.pro
new file mode 100644
index 0000000000..18ebaf16a4
--- /dev/null
+++ b/tests/auto/widgets/kernel/qsound/qsound.pro
@@ -0,0 +1,10 @@
+load(qttest_p4)
+SOURCES += tst_qsound.cpp
+
+wince* {
+ deploy.files += 4.wav
+ DEPLOYMENT += deploy
+ DEFINES += SRCDIR=\\\"\\\"
+} else {
+ DEFINES += SRCDIR=\\\"$$PWD/\\\"
+}