From 1cf511976f1c9130a2ab263aa11ea3a1707f8766 Mon Sep 17 00:00:00 2001 From: Thomas Zander Date: Tue, 9 Mar 2010 12:30:14 +0100 Subject: Symbian doesn't have large file support currently, just turn it off --- mkspecs/common/symbian/qplatformdefs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mkspecs/common/symbian/qplatformdefs.h b/mkspecs/common/symbian/qplatformdefs.h index 38a1314..2b075ba 100644 --- a/mkspecs/common/symbian/qplatformdefs.h +++ b/mkspecs/common/symbian/qplatformdefs.h @@ -85,6 +85,8 @@ #include #define QT_USE_XOPEN_LFS_EXTENSIONS +// unset large file as symbian doesn't support it +#undef QT_LARGEFILE_SUPPORT #include "../posix/qplatformdefs.h" #undef QT_OPEN_LARGEFILE -- cgit v0.12