diff --git a/CMakeLists.txt b/CMakeLists.txt index 9f5d4c8bb..b50cf66b8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,6 +37,7 @@ include(ECMAddAppIcon) include(KDEGitCommitHooks) include(ECMCheckOutboundLicense) include(ECMQtDeclareLoggingCategory) +include(ECMAddAndroidApk) if (NOT ANDROID) include(KDEClangFormat) endif() diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index aab27b4f2..e780c00e7 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -9,9 +9,9 @@ android:versionName="${versionName}" android:versionCode="${versionCode}" android:installLocation="auto"> - +