summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/plugins/imageformats/jpeg
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/plugins/imageformats/jpeg')
-rw-r--r--tests/benchmarks/plugins/imageformats/jpeg/jpeg.cpp4
-rw-r--r--tests/benchmarks/plugins/imageformats/jpeg/jpeg.pro4
2 files changed, 1 insertions, 7 deletions
diff --git a/tests/benchmarks/plugins/imageformats/jpeg/jpeg.cpp b/tests/benchmarks/plugins/imageformats/jpeg/jpeg.cpp
index 32a3ae3ee4..d65ca18e7e 100644
--- a/tests/benchmarks/plugins/imageformats/jpeg/jpeg.cpp
+++ b/tests/benchmarks/plugins/imageformats/jpeg/jpeg.cpp
@@ -48,10 +48,6 @@
#include <QImageReader>
#include <QSize>
-#if defined(Q_OS_SYMBIAN)
-# define SRCDIR ""
-#endif
-
class tst_jpeg : public QObject
{
Q_OBJECT
diff --git a/tests/benchmarks/plugins/imageformats/jpeg/jpeg.pro b/tests/benchmarks/plugins/imageformats/jpeg/jpeg.pro
index 0b286743bd..f33cbf050e 100644
--- a/tests/benchmarks/plugins/imageformats/jpeg/jpeg.pro
+++ b/tests/benchmarks/plugins/imageformats/jpeg/jpeg.pro
@@ -12,9 +12,7 @@ CONFIG += release
wince*: {
DEFINES += SRCDIR=\\\"\\\"
-} else:symbian {
- # SRCDIR and SVGFILE defined in code in symbian
-}else {
+} else {
DEFINES += SRCDIR=\\\"$$PWD/\\\"
}