Qt5 build from source for Android using latest NDK?
-
https://wiki.qt.io/Qt_5.15_Tools_and_Versions#Software_configurations_for_Qt_5.15.11
As per this link Qt5.15.11 uses Android NDK version: r22b. Which is from March 2021. Is that the min recommended version or max version? Can I go with latest NDK: r25 (LTS)?
Can I also specify my own openssl library in config command, while building qt for android, just like for windows builds? If so, default behavior is Qt will be built for all ABIs. How do I specify openssl libs for different ABIs i.e. naming scheme, separate folders etc?
-
https://wiki.qt.io/Qt_5.15_Tools_and_Versions#Software_configurations_for_Qt_5.15.11
As per this link Qt5.15.11 uses Android NDK version: r22b. Which is from March 2021. Is that the min recommended version or max version? Can I go with latest NDK: r25 (LTS)?
Can I also specify my own openssl library in config command, while building qt for android, just like for windows builds? If so, default behavior is Qt will be built for all ABIs. How do I specify openssl libs for different ABIs i.e. naming scheme, separate folders etc?