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

ekke ekke at ekkes-corner.org
Thu Mar 9 07:54:35 CET 2017


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

Am 09.03.17 um 00:14 schrieb ekke:
> Marco,
> thx for the repo
>
> it's working - so I can go on :)
>
> but it's no solution for my customers to use prebuilt .so (security hole)
>
> looked at the .sh but they won't work as-is on OSX
>
> so I'm still waiting for an answer HowTo get it run on OSX following
> http://doc.qt.io/qt-5/opensslsupport.html
>  
> ekke
>
> Am 08.03.17 um 17:14 schrieb Marco Piccolino:
>>
>> Ekke, have a look at this .pri:
>>
>> https://github.com/orangefour/android-openssl
>>
>> I used it with 5.7 but should work just as well with 5.8.
>>
>> Marco Piccolino
>> QtMob community manager
>> http://slackin.qtmob.org
>>
>>
>> _______________________________________________
>> Android-development mailing list
>> Android-development at qt-project.org
>> http://lists.qt-project.org/mailman/listinfo/android-development
>
>
>
>
> _______________________________________________
> Android-development mailing list
> Android-development at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/android-development


-- 

ekke (ekkehard gentz)

independent software architect
international development native mobile business apps
BlackBerry 10 | Qt Mobile (Android, iOS)
workshops - trainings - bootcamps

*Qt Champion
BlackBerry Elite Developer
BlackBerry Platinum Enterprise Partner*

max-josefs-platz 30, D-83022 rosenheim, germany
mailto:ekke at ekkes-corner.org
blog: http://ekkes-corner.org
apps and more: http://appbus.org

twitter: @ekkescorner
skype: ekkes-corner
LinkedIn: http://linkedin.com/in/ekkehard/
Steuer-Nr: 156/220/30931 FA Rosenheim, UST-ID: DE189929490

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20170309/90f72852/attachment.html>


More information about the Interest mailing list