summaryrefslogtreecommitdiffstats
path: root/tests/auto/qzip/tst_qzip.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qzip/tst_qzip.cpp')
-rw-r--r--tests/auto/qzip/tst_qzip.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/qzip/tst_qzip.cpp b/tests/auto/qzip/tst_qzip.cpp
index 76cf954..0e248ba 100644
--- a/tests/auto/qzip/tst_qzip.cpp
+++ b/tests/auto/qzip/tst_qzip.cpp
@@ -44,6 +44,10 @@
#include <private/qzipwriter_p.h>
#include <private/qzipreader_p.h>
+#ifdef Q_OS_SYMBIAN
+#define SRCDIR "."
+#endif
+
class tst_QZip : public QObject
{
Q_OBJECT