Add openssl .so libs for Android
This commit is contained in:
parent
2252905596
commit
d4453a5f38
3 changed files with 4 additions and 1 deletions
|
|
@ -29,6 +29,7 @@ int main(int argc, char *argv[])
|
|||
#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