New Features
v1.1.0
- Customizable VERSION_NAME that can be set during the macro call.
- Allow to deploy a mix between having a PACKAGE_SOURCES and using a configurable
AndroidManifest.xml.in
. - Specify a custom
AndroidManifest.xml.in
with ANDROID_MANIFEST_IN_PATH during the macro call. - Warning when a static or none ANDROID_STL is specified.
- Move the minSdkVersion and targetSdkVersion from
AndroidManifest.xml.in
to abuild.gradle.in
to match new Android Policy. - Update the
AndroidManifest.xml.in
to the one inQt5.12.x
.qtandroiddeploy
will add the required permission depending on what is deployed. - The apk is build inside a folder
${CMAKE_CURRENT_BINARY_DIR}/${SOURCE_TARGET}-${ANDROID_ABI}
. - Specify the
--release
or--debug
flag toqtandroiddeploy
.--release
: Release | MinSizeRel | RelWithDebInfo--debug
: Debug
--verbose
can now be specified with the VERBOSE macro argument.
For any question about this fork feel free to contact me.
Tested with qt5.11 qt5.12
on windows 1803
.