summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsound/qsound.pro
diff options
context:
space:
mode:
authorJustin McPherson <justin.mcpherson@nokia.com>2009-10-06 06:00:48 (GMT)
committerJustin McPherson <justin.mcpherson@nokia.com>2009-10-06 06:01:51 (GMT)
commit2a18238357e3442a2e9a6eb2fe8b9ff78704c174 (patch)
tree04f99de883289db0660d9f089c9ef489a7f5018d /tests/auto/qsound/qsound.pro
parent0a90113262eab4e05bf73c0b69b1f5633a10e768 (diff)
downloadQt-2a18238357e3442a2e9a6eb2fe8b9ff78704c174.zip
Qt-2a18238357e3442a2e9a6eb2fe8b9ff78704c174.tar.gz
Qt-2a18238357e3442a2e9a6eb2fe8b9ff78704c174.tar.bz2
Fix auto test for QSound; find test wav file.
Reviewed-by: Bill King
Diffstat (limited to 'tests/auto/qsound/qsound.pro')
-rw-r--r--tests/auto/qsound/qsound.pro6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/auto/qsound/qsound.pro b/tests/auto/qsound/qsound.pro
index 75da2e6..c48d50d 100644
--- a/tests/auto/qsound/qsound.pro
+++ b/tests/auto/qsound/qsound.pro
@@ -4,4 +4,8 @@ SOURCES += tst_qsound.cpp
wince*|symbian*: {
deploy.sources += 4.wav
DEPLOYMENT = deploy
-} \ No newline at end of file
+ DEFINES += SRCDIR=\\\"\\\"
+} else {
+ DEFINES += SRCDIR=\\\"$$PWD/\\\"
+}
+