From 60c260b4ac666e0a173ce807d81660aae2f13700 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Thu, 9 Nov 2023 20:07:01 +0100 Subject: [PATCH] Adapt apk building to Qt6 --- CMakeLists.txt | 1 + android/AndroidManifest.xml | 4 ++-- android/build.gradle | 16 +++++++++------- src/CMakeLists.txt | 1 + 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bdca820c..dc287b83 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,6 +36,7 @@ include(KDECMakeSettings) include(KDECompilerSettings NO_POLICY_SCOPE) include(ECMAddAppIcon) include(ECMDeprecationSettings) +include(ECMAddAndroidApk) if(NOT ANDROID) include(KDEClangFormat) endif() diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index e2c4d5b2..50fef154 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -14,9 +14,9 @@ - +