summaryrefslogtreecommitdiffstats
path: root/tests/auto/qlabel
diff options
context:
space:
mode:
authorJanne Anttila <janne.anttila@digia.com>2009-08-14 10:57:47 +0300
committerJanne Anttila <janne.anttila@digia.com>2009-08-14 10:57:47 +0300
commita0ed07b8cd65fd5f18283a745792bf60814bf9dc (patch)
tree2751d987d6e1a79d9987a547c5b75c32093f8fde /tests/auto/qlabel
parentf13e7951707b7d4e446ba03b6ebd852d5734b4a5 (diff)
Fixed SRCDIR usage in QLabel autotest for Symbian.
This commit fixed QLabel::task226479_movieResize autotest.
Diffstat (limited to 'tests/auto/qlabel')
-rw-r--r--tests/auto/qlabel/tst_qlabel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qlabel/tst_qlabel.cpp b/tests/auto/qlabel/tst_qlabel.cpp
index 13a75c1bce..3ff5bb4477 100644
--- a/tests/auto/qlabel/tst_qlabel.cpp
+++ b/tests/auto/qlabel/tst_qlabel.cpp
@@ -54,7 +54,7 @@
//TESTED_CLASS=
//TESTED_FILES=
#if defined(Q_OS_SYMBIAN)
-# define SRCDIR "."
+# define SRCDIR ""
#endif
class Widget : public QWidget