diff -r 3b1da2848fc7 -r d3bac044e0f0 tests/benchmarks/qstring/main.cpp --- 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 #include +#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