summaryrefslogtreecommitdiffstats
path: root/tests/auto/qresourceengine/tst_resourceengine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qresourceengine/tst_resourceengine.cpp')
-rw-r--r--tests/auto/qresourceengine/tst_resourceengine.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/qresourceengine/tst_resourceengine.cpp b/tests/auto/qresourceengine/tst_resourceengine.cpp
index a5e701a..f349eac 100644
--- a/tests/auto/qresourceengine/tst_resourceengine.cpp
+++ b/tests/auto/qresourceengine/tst_resourceengine.cpp
@@ -43,6 +43,10 @@
#include <QtTest/QtTest>
#include <QtCore>
+#ifdef Q_OS_SYMBIAN
+#define SRCDIR "."
+#endif
+
class tst_ResourceEngine: public QObject
{
Q_OBJECT