Alexandr Kirilov
Alexandr Kirilov
Here what I found about this issue ... For me Boost.Locale with ICU/ICONV building only for 1.66.0 version. In the versions above 1.67.0 it's got failed. There were updating of...
> I'm currently in the midst of upgrading several dependency build scripts for my projects (Android included), so I should be able to get to this sometime in the next...
I've just got it working for MacOS with: `macos { QMAKE_CFLAGS += -march=native } QMAKE_CFLAGS += -maes` Added to `sqlitecipher/sqlitecipher.pro` file
For iOS need to make trick with SDK. There are trouble with `sys/random.h` It's not presented in iOS SDK, but it presented in MacOS SDK. Just copy this file from...
For Android: -- when you build it with QtCreator it ends with error, but all built OK -- when you trying to run `make install` like in previous version it's...
All of versions built with Qt 6.2.3 on MacOS Catalina
> Could you please make a pull request to fix this problem? What do you mean?
> I mean if you could make a pull request about what you change? Just add `macos { QMAKE_CFLAGS += -march=native } QMAKE_CFLAGS += -maes` to `sqlitecipher/sqlitecipher.pro` is enough? Sure...
Forgotten to add for Qt 5.15.8 all is working perfectly without any tricks for any platform.
Just tested with Qt 6.2.4 All is working with previous commentaries. But `make install` working now for all platforms.