summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsound/tst_qsound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qsound/tst_qsound.cpp')
-rw-r--r--tests/auto/qsound/tst_qsound.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/qsound/tst_qsound.cpp b/tests/auto/qsound/tst_qsound.cpp
index dd5f2ce..fdbf6a2 100644
--- a/tests/auto/qsound/tst_qsound.cpp
+++ b/tests/auto/qsound/tst_qsound.cpp
@@ -43,6 +43,10 @@
#include <QtTest/QtTest>
#include <QtGui>
+#if defined(Q_OS_SYMBIAN)
+#define SRCDIR ""
+#endif
+
class tst_QSound : public QObject
{
Q_OBJECT