Commit 2337a016 authored by Jason Erb's avatar Jason Erb Committed by Jason Erb (Suitable Technologies)
Browse files

Improve “Adding OpenSSL Support” page


Indicate in the title that the page pertains to Android,
and add RANLIB to the environment variables that should
be set.

Task-number: QTBUG-59525
Change-Id: Ibb6a4694d83db159d2ff5da51f92e195274c7163
Reviewed-by: default avatarVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>
parent bd33a428
No related merge requests found
Showing with 4 additions and 3 deletions
......@@ -54,7 +54,7 @@
\li \l{Qt Creator: Deploying Applications to Android Devices}{Deploying to the Device}
\li \l{Porting to Android}{Porting a Qt Application}
\li \l{Publishing to Google Play}
\li \l{Adding OpenSSL Support}
\li \l{Adding OpenSSL Support for Android}
\li \l{Building Qt 5 for Android}{Building from Sources}
\li \l{Qt Notifier} - demonstrates how to call Java code from an Android application
\endlist
......
......@@ -62,7 +62,7 @@ The following topics provide more details about how to use Qt for Android:
\list
\li \l{Getting Started with Qt for Android}{Getting Started}
\li \l{Porting to Android}{Porting a Qt Application}
\li \l{Adding OpenSSL Support}
\li \l{Adding OpenSSL Support for Android}
\li \l{Android Services}{Creating Android Services}
\li \l{Third-party Android Libraries}{Including third-party Android libraries in an application}
\li \l{Qt Creator: Deploying Applications to Android Devices}{Deploying to the Device}
......@@ -275,7 +275,7 @@ AVDs found.
/*!
\page opensslsupport.html
\title Adding OpenSSL Support
\title Adding OpenSSL Support for Android
\brief Provides instructions to package OpenSSL libraries with your Qt application for Android.
The Qt installation package comes with OpenSSL support but the OpenSSL libraries
......@@ -301,6 +301,7 @@ the APK:
\badcode
CC=<ANDROID_NDK_PATH>/toolchains/arm-linux-androideabi-<VER>/prebuilt/<NDK_HOST>/bin/arm-linux-androideabi-gcc
AR=<ANDROID_NDK_PATH>/toolchains/arm-linux-androideabi-<VER>/prebuilt/<NDK_HOST>/bin/arm-linux-androideabi-ar
RANLIB=<ANDROID_NDK_PATH>/toolchains/arm-linux-androideabi-<VER>/prebuilt/<NDK_HOST>/bin/arm-linux-androideabi-ranlib
ANDROID_DEV=<ANDROID_NDK_PATH>/platforms/<ANDROID-PLATFORM>/arch-arm/usr
\endcode
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment