mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
c0ecd3a597
commit
f112be7a61
3 changed files with 52 additions and 27 deletions
|
@ -5,7 +5,7 @@
|
|||
# copy the dependency script into this folder
|
||||
cp ../../../packaging/android/android-build-wrapper.sh .
|
||||
cp ../../../packaging/android/variables.sh .
|
||||
cp ../../../packaging/android/qt-installer-noninteractive.qs .
|
||||
cp ../../../packaging/android/install-qt.sh .
|
||||
|
||||
# create the container (this takes a while)
|
||||
sudo docker build -t android-builder --squash .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue