-
Bug
-
Resolution: Fixed
-
P2: Important
-
None
-
6.4.0 RC1
-
None
The documentation (https://doc.qt.io/qt-6/android-openssl-support.html) should mention that the following cmake command is necessary as well:
if (ANDROID) include(<path/to/android_openssl/CMakeLists.txt) set_target_properties(appssl PROPERTIES QT_ANDROID_EXTRA_LIBS "${ANDROID_EXTRA_LIBS}") endif()