summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsound/qsound.pro
diff options
context:
space:
mode:
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/\\\"
+}
+