From 8ee322abb7036e3cea84d6e5fed9677568e5ec67 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 17 Mar 2024 00:42:19 +0100 Subject: [PATCH] Deprecate the CMake module `AndroidApk` --- cmake/modules/AndroidApk.cmake | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmake/modules/AndroidApk.cmake b/cmake/modules/AndroidApk.cmake index 77d43a3..8989096 100644 --- a/cmake/modules/AndroidApk.cmake +++ b/cmake/modules/AndroidApk.cmake @@ -1,5 +1,8 @@ cmake_minimum_required(VERSION 3.17.0 FATAL_ERROR) +message(DEPRECATION "Do not use the AndroidApk module anymore. It broke after some minor Qt 5 version. As of Qt 6 the " + "CMake functions that come with Qt itself are sufficient.") + # adds a target to create an Android APK with the help of androiddeployqt if target platform is Android if (NOT ANDROID)