mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +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}
|
wget -q ${QT_DOWNLOAD_URL}
|
||||||
fi
|
fi
|
||||||
chmod +x ./${QT_BINARIES}
|
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
|
fi
|
||||||
|
|
||||||
# patch the cmake / Qt5.7.1 incompatibility mentioned above
|
# patch the cmake / Qt5.7.1 incompatibility mentioned above
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue