Quantcast
Channel: QtWebEngine
Viewing all articles
Browse latest Browse all 13965

Qt5.2 androiddeployqt openssl-library-versioning

$
0
0
Hi, I compiled openssl ( 1.0.1e ) as explained in http://qt-project.org/doc/qt-5/opensslsupport.html This produces symlinks called libssl.so and libcrypto.so which both point to libssl.so.1.0.0 and libcrypto.so.1.0.0 So far everythings fine, but I cannot properly deploy them into the apk via ANDROID_EXTRA_LIBS If I add libcrypto.so and libssl.so, the symlinks will be resolved and the *.so.1.0.0 files will be copied and renamed to *.so – However, the program will crash as it expects to find *.so.1.0.0 If I instead add *.so.1.0.0 to ANDROID_EXTRA_LIBS, it will return the error The file name of external library […]/libcrypto.so.1.0.0 must begin with “lib” and end with the suffix “.so”. What am I doing wrong ? Thanks

Viewing all articles
Browse latest Browse all 13965

Trending Articles