[Interest] Qt Sql BLOB data converting

2022-11-27 Thread Yauheni Pervenenka via Interest
Hello, community I have faced with issue that qvariant using qstrlen for getting data size, but sometimes it returns wrong size especially for BLOB data(if there are some special symbols), are there any way to get data correct? Note: Database value 34, python returns correct data size, but qvarian

Re: [Interest] Android: No 2GB+ files support under 32bit

2022-11-27 Thread Alexander Dyagilev
Hello Thiago :) As always, thanks for your responses. :) Nope, I did not try it, because I would have to build Qt myself for this, which I am not happy with :) You said: "Because no one cares about 32-bit any more.". Yes, this is true, however, there is plenty of users still using 32bit Andr

Re: [Interest] Building Qt for Android with SSL (ie. how to avoid QT_NO_SSL define)

2022-11-27 Thread Thiago Macieira
On Sunday, 27 November 2022 11:28:15 PST Kari Pahula wrote: > First off, Qt's build isn't idempotent. The variables and flags have > to be right on the first try or it will forever get the config with no > OpenSSL from some cache instead. It has to be with a freshly > extracted dir. rm CMakeCach

Re: [Interest] Building Qt for Android with SSL (ie. how to avoid QT_NO_SSL define)

2022-11-27 Thread Kari Pahula
Replying to myself: I figured it out. I'm documenting this for posterity's sake. I found the right clues at https://bugreports.qt.io/browse/QTBUG-96663 First off, Qt's build isn't idempotent. The variables and flags have to be right on the first try or it will forever get the config with no Ope