tests/benchmarks/qstring/main.cpp
branchRCL_3
changeset 5 d3bac044e0f0
parent 4 3b1da2848fc7
--- a/tests/benchmarks/qstring/main.cpp	Fri Feb 19 23:40:16 2010 +0200
+++ b/tests/benchmarks/qstring/main.cpp	Fri Mar 12 15:46:37 2010 +0200
@@ -42,6 +42,12 @@
 #include <QFile>
 #include <qtest.h>
 
+#ifdef Q_OS_SYMBIAN
+// In Symbian OS test data is located in applications private dir
+// Application private dir is default serach path for files, so SRCDIR can be set to empty
+#define SRCDIR ""
+#endif
+
 class tst_QString: public QObject
 {
     Q_OBJECT