summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVenugopal Shivashankar <venugopal.shivashankar@digia.com>2015-04-14 16:33:03 +0200
committerVenugopal Shivashankar <venugopal.shivashankar@digia.com>2015-04-16 12:48:56 +0000
commite3c1c066957a5ef83ead20e2e762a6df9154395c (patch)
tree8073ff882068551f45908b9209cdb15885bb6663
parent49460b3840e74f6c07e377c4168f0256ec1ccea7 (diff)
downloadqtdoc-e3c1c066957a5ef83ead20e2e762a6df9154395c.tar.gz
Doc: Removed a few redundant steps based on the latest Qt Creator ver
Change-Id: I02df290356cc838eca28faf5269e0b792866a83f Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-rw-r--r--doc/src/external-resources.qdoc6
-rw-r--r--doc/src/platforms/android.qdoc28
2 files changed, 14 insertions, 20 deletions
diff --git a/doc/src/external-resources.qdoc b/doc/src/external-resources.qdoc
index d0ddf689..da16c9fd 100644
--- a/doc/src/external-resources.qdoc
+++ b/doc/src/external-resources.qdoc
@@ -173,6 +173,12 @@
\externalpage http://doc.qt.io/qtcreator/creator-configuring.html
\title Configuring Qt Creator
*/
+
+/*!
+ \externalpage http://doc.qt.io/qtcreator/creator-deploying-android.html#specifying-settings-for-packages
+ \title Android APK
+*/
+
/*!
\externalpage http://doc.qt.io/qtcreator/creator-build-example-application.html
\title Building and Running Example
diff --git a/doc/src/platforms/android.qdoc b/doc/src/platforms/android.qdoc
index ac0f0510..56be779a 100644
--- a/doc/src/platforms/android.qdoc
+++ b/doc/src/platforms/android.qdoc
@@ -253,18 +253,6 @@ application to Android using the qrc approach:
\note QML documents can refer to the contents in qrc files using the
relative path to the document. Such references do not require the
"\c{qrc:}" or "\c{:/}" prefix.
- \li Update the "Run" settings for your project as described in the
- \l{Qt Creator: Specifying Run Settings}
-
- \note You can change the default settings for application icons and
- identifier.
- \li If your application uses imports or plugins which depend on special Qt
- modules, these Qt modules should be added to the .pro file. For example, if
- your application uses the \l{Qt Multimedia} import in QML, you should add
- the following to your .pro file:
- \code
- QT += multimedia
- \endcode
\li Save the changes to your project and run the application.
\endlist
@@ -326,9 +314,9 @@ the APK:
\li Run \c{make build_libs} to build the \c libcrypto and \c libssl shared
libraries.
- \li Open your Qt project using Qt Creator and update the
- "Deployment Configuration" under run settings to add \e libcrypto and
- \e libssl as additional libraries required for your project.
+ \li Open your Qt project using Qt Creator and update the "Build Android APK"
+ settings to add \e libcrypto and \e libssl as additional libraries for
+ your project.
\li Run your application to see it running on the device.
\endlist
@@ -358,10 +346,9 @@ on Google Play:
\li Open your application project using Qt Creator v3.0 or later and change
its \uicontrol Build settings to build release version.
- \li Open \uicontrol Run settings of your project and select
- \uicontrol {Create AndroidManifest.xml}. Qt Creator adds the manifest XML
- based on the application's \e .pro file and opens it in \uicontrol General
- mode.
+ \li Select \uicontrol {Create Templates} under \uicontrol Build settings to
+ create the template files such as \e AndroidManifest.xml and other
+ resources.
\note You can edit the \e AndroidManifest.xml in \uicontrol General or
\uicontrol {XML Source} mode.
@@ -388,7 +375,8 @@ on Google Play:
information on the manifest XML format, see \l{Android: App Manifest}.
\li Set up a \uicontrol keystore to sign the \e .apk. You can create a new
- keystore if you do not have one.
+ keystore if you do not have one. For more details, see
+ \l{Android APK}{QtCreator: Specifying Settings for Packages}.
\li Select \uicontrol{Open package location after build} and run your
application to build the \e .apk. Qt Creator builds the \e .apk and opens the