mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 21:03:23 +00:00
android: Allow Qt install in headless mode
Signed-off-by: Anton Lundin <glance@acc.umu.se>
This commit is contained in:
parent
49d46255fd
commit
aa7208049f
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ if [ ! -d Qt ] ; then
|
|||
wget -q ${QT_DOWNLOAD_URL}
|
||||
fi
|
||||
chmod +x ./${QT_BINARIES}
|
||||
./${QT_BINARIES} --script "$SUBSURFACE_SOURCE"/qt-installer-noninteractive.qs --no-force-installations
|
||||
./${QT_BINARIES} --platform minimal --script "$SUBSURFACE_SOURCE"/qt-installer-noninteractive.qs --no-force-installations
|
||||
fi
|
||||
|
||||
# patch the cmake / Qt5.7.1 incompatibility mentioned above
|
||||
|
|
Loading…
Add table
Reference in a new issue