Support large files on 32-bit Linux

This commit is contained in:
Pieter Wuille
2013-01-30 04:42:51 +01:00
parent 2835080e16
commit 3cce597fc9
2 changed files with 3 additions and 1 deletions

View File

@@ -372,6 +372,8 @@ win32:!contains(MINGW_THREAD_BUGFIX, 0) {
!win32:!macx {
DEFINES += LINUX
LIBS += -lrt
# _FILE_OFFSET_BITS=64 lets 32-bit fopen transparently support large files.
DEFINES += _FILE_OFFSET_BITS=64
}
macx:HEADERS += src/qt/macdockiconhandler.h