From 1e9e1c508e177b6466282dfad273cf6cfcdf5c76 Mon Sep 17 00:00:00 2001 From: "Friedrich W. H. Kossebau" Date: Wed, 9 Jan 2019 05:32:17 +0100 Subject: Use more https in links --- toolchain/Android.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'toolchain/Android.cmake') 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 `_ tool. +# `androiddeployqt `_ 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 that will generate the APK file. See the `Qt on Android deployment -# documentation `_ for more +# documentation `_ for more # information. # # For example, you could do:: -- cgit v1.2.1