mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Android: update for Qt 5.12.0
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
cdee2fde64
commit
2d7ffd4eff
3 changed files with 8 additions and 6 deletions
|
@ -121,7 +121,7 @@ if [ ! -d Qt/"${LATEST_QT}"/android_armv7 ] ; then
|
|||
$SLOW_PROG wget -q "${QT_DOWNLOAD_URL}"
|
||||
fi
|
||||
chmod +x ./"${QT_BINARIES}"
|
||||
./"${QT_BINARIES}" --platform minimal --script "$SCRIPTDIR"/qt-installer-noninteractive.qs --no-force-installations -v
|
||||
./"${QT_BINARIES}" --platform minimal --script "$SCRIPTDIR"/qt-installer-noninteractive.qs --no-force-installations
|
||||
fi
|
||||
|
||||
# patch the cmake / Qt5.7.1 incompatibility mentioned above
|
||||
|
|
|
@ -32,7 +32,8 @@ Controller.prototype.ComponentSelectionPageCallback = function() {
|
|||
var widget = gui.currentPageWidget();
|
||||
|
||||
widget.deselectAll();
|
||||
widget.selectComponent('qt.qt5.5111.android_armv7');
|
||||
widget.selectComponent('qt.qt5.5120.android_armv7');
|
||||
widget.selectComponent('qt.qt5.5120.android_arm64_v8a');
|
||||
|
||||
gui.clickButton(buttons.NextButton);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue