[Android-development] [Interest] Qt 5.8 Android7 openssl make build_libs error OSX

Marco Piccolino marco.a.piccolino at gmail.com
Thu Mar 9 08:38:37 CET 2017


Ekke, cool,

credit goes to Roman Pasechnik for pointing me to that repo.

Marco Piccolino
QtMob community manager
http://slackin.qtmob.org



>
>

> ------------------------------
>
> Message: 4
> Date: Thu, 9 Mar 2017 07:54:35 +0100
> From: ekke <ekke at ekkes-corner.org>
> To: android-development at qt-project.org, "interest at qt-project.org"
>         <interest at qt-project.org>
> Subject: Re: [Android-development] [Interest] Qt 5.8 Android7 openssl
>         make build_libs error OSX
> Message-ID: <c114b102-beb7-1b32-35e3-9db75dec4c57 at ekkes-corner.org>
> Content-Type: text/plain; charset="windows-1252"
>
> Marco,
>
> thx again
>
> finally I did it on OSX
> built from sources using .sh scripts from your repo:
>
> cd <path/to/scripts>
> chmod 755 ./build-all-arch.sh
> chmod 755 ./setenv-android-mod.sh
> export ANDROID_NDK_ROOT=/daten/_android/android-ndk-r10e
> export OPENSSL_VERSION="openssl-1.0.2k"
> ./build-all-arch.sh
>
> inside my projects added this .pri
>
> android {
>   ANDROID_EXTRA_LIBS += $$PWD/my/path/to/prebuilt/armeabi-v7a/libcrypto.so
>   ANDROID_EXTRA_LIBS +=
> $$PWD/my/path/to/android-openssl/prebuilt/armeabi-v7a/libssl.so
> }
>
> will blog about
>
> ekke
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/android-development/attachments/20170309/f7ff0a51/attachment.html>


More information about the Android-development mailing list