summaryrefslogtreecommitdiffstats
path: root/tests/auto/qscriptengine/tst_qscriptengine.cpp
diff options
context:
space:
mode:
authorJanne Anttila <janne.anttila@digia.com>2009-08-12 11:04:56 +0300
committerJanne Anttila <janne.anttila@digia.com>2009-08-12 11:04:56 +0300
commit7191199ec9682a12d10619e87b373517022c2e28 (patch)
tree8c5e5d694c4922ad32fd4fd1f3fdad0687b8ef6f /tests/auto/qscriptengine/tst_qscriptengine.cpp
parent5d084d2207b78e2ac45360839d7fa69c3c71960f (diff)
Fixed QtScript autotest build breaks due to incorrect SRCDIR usage.
Diffstat (limited to 'tests/auto/qscriptengine/tst_qscriptengine.cpp')
-rw-r--r--tests/auto/qscriptengine/tst_qscriptengine.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/qscriptengine/tst_qscriptengine.cpp b/tests/auto/qscriptengine/tst_qscriptengine.cpp
index ab4364ec24..de3a6aa8b6 100644
--- a/tests/auto/qscriptengine/tst_qscriptengine.cpp
+++ b/tests/auto/qscriptengine/tst_qscriptengine.cpp
@@ -49,6 +49,10 @@
#include <qstandarditemmodel.h>
#include <QtCore/qnumeric.h>
+#if defined(Q_OS_SYMBIAN)
+# define SRCDIR ""
+#endif
+
Q_DECLARE_METATYPE(QList<int>)
Q_DECLARE_METATYPE(QObjectList)