diff options
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/Android.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/Android.cmake b/toolchain/Android.cmake index 76b3665a..e6bf2255 100644 --- a/toolchain/Android.cmake +++ b/toolchain/Android.cmake @@ -7,7 +7,7 @@ # By using this android toolchain, the projects will be set up to compile the # specified project targeting an Android platform, depending on its input. # Furthermore, if desired, an APK can be directly generated by using the -# `androiddeployqt <http://doc.qt.io/qt-5/deployment-android.html>`_ tool. +# `androiddeployqt <https://doc.qt.io/qt-5/deployment-android.html>`_ tool. # # CMake upstream has Android support now. This module will still give us some # useful features offering androiddeployqt integration and adequate executables @@ -78,7 +78,7 @@ # APK (in a ;-separed list), as well as ``ANDROID_APK_DIR`` to a directory # containing some basic information. This will create a ``create-apk-<target>`` # target that will generate the APK file. See the `Qt on Android deployment -# documentation <http://doc.qt.io/qt-5/deployment-android.html>`_ for more +# documentation <https://doc.qt.io/qt-5/deployment-android.html>`_ for more # information. # # For example, you could do:: |