How to compile the Android version of QT with the QT5.3.2 source code and openssl instead of Android 6.0 platform Boringssl
Unsolved
Installation and Deployment
-
- How to compile the Android version of QT with the QT5.3.2 source code? so that I could compile my own code by QT for outputing a binary program that can run on the Android 6.0 platform.
- If I want to use my own openssl instead of Android 6.0 platform Boringssl (Since Android 6.0 uses Boringssl) , how should I compile the QT5.3.2 source code? When the binary program compiled by QT calls QSslSocket, the QSslSocket calls openssl instead of Boringssl.
my questions: I want to know the configure parameters to solve the following two problems.
- How to compile the Android version of QT with the QT5.3.2 source code?
- If I want to use my own openssl instead of Android 6.0 platform Boringssl (Since Android 6.0 uses Boringssl) , how should I compile the QT5.3.2 source code?