Add Android openssl3 libs, fix https connection error (#685)
Add Android openssl3 libs, fix https connection error
This commit is contained in:
parent
c5a5bfde69
commit
915fb6759a
4 changed files with 7 additions and 4 deletions
|
@ -26,9 +26,10 @@ int main(int argc, char *argv[])
|
|||
AllowSetForegroundWindow(ASFW_ANY);
|
||||
#endif
|
||||
|
||||
// QTBUG-95974 QTBUG-95764 QTBUG-102168
|
||||
#ifdef Q_OS_ANDROID
|
||||
// QTBUG-95974 QTBUG-95764 QTBUG-102168
|
||||
qputenv("QT_ANDROID_DISABLE_ACCESSIBILITY", "1");
|
||||
qputenv("ANDROID_OPENSSL_SUFFIX", "_3");
|
||||
#endif
|
||||
|
||||
#if defined(Q_OS_ANDROID) || defined(Q_OS_IOS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue