Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-19 | build-system: update Android builder docker container | ||
This adjusts the docker setup to create a container with the correct NDK, SDK, tools, Qt version, etc, and updates the helper scripts that are needed in order to do that. Signed-off-by: Dirk Hohndel <dirk@hohndel.org> | |||
2020-04-25 | build-system/Android: use install-qt.sh to install Qt | ||
The official installer now requires the user to log in which we can't really do in a scripted manner. Let's see how long this way of installing things will be available. While doing this remove an ancient hack of some Qt settings that we no longer need. This also tries to prune some things that we don't need in the Docker image to reduce image size. The mapbox plugin is removed as it would add a dependency to QtSql which we otherwise don't need. And since the plugin isn't used, no point in installing it. Signed-off-by: Dirk Hohndel <dirk@hohndel.org> | |||
2018-12-30 | Android: create docker container | ||
Signed-off-by: Dirk Hohndel <dirk@hohndel.org> |