diff options
-rw-r--r-- | tests/auto/qfileinfo/qfileinfo.pro | 2 | ||||
-rw-r--r-- | tests/auto/qfileinfo/tst_qfileinfo.cpp | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/tests/auto/qfileinfo/qfileinfo.pro b/tests/auto/qfileinfo/qfileinfo.pro index 7a2cf9c..c7ad4b3 100644 --- a/tests/auto/qfileinfo/qfileinfo.pro +++ b/tests/auto/qfileinfo/qfileinfo.pro @@ -25,7 +25,7 @@ symbian { wince* { DEFINES += SRCDIR=\\\"\\\" } else:symbian { - # do not define SRCDIR at all + DEFINES += SRCDIR="" } else { DEFINES += SRCDIR=\\\"$$PWD/\\\" } diff --git a/tests/auto/qfileinfo/tst_qfileinfo.cpp b/tests/auto/qfileinfo/tst_qfileinfo.cpp index d0bd66f..4f7c6be 100644 --- a/tests/auto/qfileinfo/tst_qfileinfo.cpp +++ b/tests/auto/qfileinfo/tst_qfileinfo.cpp @@ -76,7 +76,6 @@ #include "../../shared/filesystem.h" #if defined(Q_OS_SYMBIAN) -# define SRCDIR "" # define NO_SYMLINKS #endif |