diff options
author | Thomas Zander <t.zander@nokia.com> | 2010-03-09 11:30:14 (GMT) |
---|---|---|
committer | Thomas Zander <t.zander@nokia.com> | 2010-03-09 11:59:27 (GMT) |
commit | 1cf511976f1c9130a2ab263aa11ea3a1707f8766 (patch) | |
tree | fb0431cb0784e8f462930e74e565f85f0b13ce75 /mkspecs | |
parent | cbfc8b442e6765bf23de1ead6699bd7cf5b8cd57 (diff) | |
download | Qt-1cf511976f1c9130a2ab263aa11ea3a1707f8766.zip Qt-1cf511976f1c9130a2ab263aa11ea3a1707f8766.tar.gz Qt-1cf511976f1c9130a2ab263aa11ea3a1707f8766.tar.bz2 |
Symbian doesn't have large file support currently, just turn it off
Diffstat (limited to 'mkspecs')
-rw-r--r-- | mkspecs/common/symbian/qplatformdefs.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <arpa/inet.h> #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 |