Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
dev
-
None
-
-
0e3815a7a (dev), a0981f134 (6.6)
Description
QT_ANDROID_PACKAGE_SOURCE_DIR CMake property is not working, any custom Android templates from the source directory are ignored and the "android-package-source-directory" entry is missing from the deployment.json file.
Steps to reproduce:
- pull qtbase latest dev (sha of lates commit at the time of writing d09a9f6de3cf672e52fd4081eec7b07b9ed0e877 )
- build & install
- add custom Android templates, e.g. following the directions here
- optionally modify some of the added templates to verify their content is overwritten
- build the app for Android
- check the deployment-settings.json from the app's build directory
- expected: it should have an "android-package-source-directory" entry with the value of the added Android source directory
- actual: no entry for ""android-package-source-directory" is found
- if you modified the added custom templates, check their content from under <app-build-dir>/android-build - the modifications are overwritten with the default templates
Attachments
For Gerrit Dashboard: QTBUG-116007 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
496371,2 | Fix the android paths check | dev | qt/qtbase | Status: MERGED | -1 | 0 |
496446,2 | Fix the android paths check | 6.6 | qt/qtbase | Status: MERGED | +2 | 0 |