Skip to content

New Features

Compare
Choose a tag to compare
@OlivierLDff OlivierLDff released this 17 Jan 14:50
· 21 commits to master since this release

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 a build.gradle.in to match new Android Policy.
  • Update the AndroidManifest.xml.in to the one in Qt5.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 to qtandroiddeploy.
    • --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.