aboutsummaryrefslogtreecommitdiff
path: root/toolchain/Android.cmake
diff options
context:
space:
mode:
authorFriedrich W. H. Kossebau <kossebau@kde.org>2019-01-09 05:32:17 +0100
committerFriedrich W. H. Kossebau <kossebau@kde.org>2019-01-09 05:32:17 +0100
commit1e9e1c508e177b6466282dfad273cf6cfcdf5c76 (patch)
tree49da1bbe094179ab57190f99340a5c67c5c6f4b3 /toolchain/Android.cmake
parentefdca205db4b230b068da480267e665e28b48423 (diff)
downloadextra-cmake-modules-1e9e1c508e177b6466282dfad273cf6cfcdf5c76.tar.gz
extra-cmake-modules-1e9e1c508e177b6466282dfad273cf6cfcdf5c76.tar.bz2
Use more https in links
Diffstat (limited to 'toolchain/Android.cmake')
-rw-r--r--toolchain/Android.cmake4
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::