summaryrefslogtreecommitdiffstats
path: root/tests/auto/qxmlquery/tst_qxmlquery.cpp
diff options
context:
space:
mode:
authorJanne Anttila <janne.anttila@digia.com>2009-08-11 07:38:03 (GMT)
committerJanne Anttila <janne.anttila@digia.com>2009-08-11 07:38:03 (GMT)
commit7ae19c4358a4cd7907569c12a2d3c4784257808e (patch)
treeeec3279a625e6c600a15b19c26b12ad1d81e7640 /tests/auto/qxmlquery/tst_qxmlquery.cpp
parentd1ce08936b4a6f4ce2b2e878287de76d47df0b8c (diff)
downloadQt-7ae19c4358a4cd7907569c12a2d3c4784257808e.zip
Qt-7ae19c4358a4cd7907569c12a2d3c4784257808e.tar.gz
Qt-7ae19c4358a4cd7907569c12a2d3c4784257808e.tar.bz2
Fixed SRCDIR for qxmlquery autotest for Symbian
Diffstat (limited to 'tests/auto/qxmlquery/tst_qxmlquery.cpp')
-rw-r--r--tests/auto/qxmlquery/tst_qxmlquery.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/qxmlquery/tst_qxmlquery.cpp b/tests/auto/qxmlquery/tst_qxmlquery.cpp
index 32e1e16..b563e06 100644
--- a/tests/auto/qxmlquery/tst_qxmlquery.cpp
+++ b/tests/auto/qxmlquery/tst_qxmlquery.cpp
@@ -65,6 +65,10 @@
#include "TestFundament.h"
#include "../network-settings.h"
+#if defined(Q_OS_SYMBIAN)
+#define SRCDIR ""
+#endif
+
/*!
\class tst_QXmlQuery
\internal