_FILE_OFFSET_BITS=64 is not defined in official Qt builds for Android?
https://android.googlesource.com/platform/bionic/+/master/docs/32-bit-abi.md

Is the only solution to build my own Qt with this _FILE_OFFSET_BITS=64 defined?


On 5/6/2020 12:53 PM, Alexander Dyagilev wrote:
Hello,

I'm trying to QFile::seek to position greater than 2GB. It retuns false with the error set to QFileDevice::PositionError.

Android 10...

_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to