mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Android build: switch to Qt 5.9.1
It seems that the Qt team deviated from their previous practice to keep the Qt/x.y directory structure the same for all minor releases - so now it is indeed Qt/5.9.1 Oh well. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
4604b6a8de
commit
6451adfec1
2 changed files with 4 additions and 2 deletions
|
|
@ -76,6 +76,8 @@ export ANDROID_NDK_ROOT=${ANDROID_NDK_ROOT-$SUBSURFACE_SOURCE/../android-ndk-r14
|
|||
|
||||
if [ -n "${QT5_ANDROID+X}" ] ; then
|
||||
echo "Using Qt5 in $QT5_ANDROID"
|
||||
elif [ -d "$SUBSURFACE_SOURCE/../Qt/5.9.1" ] ; then
|
||||
export QT5_ANDROID=$SUBSURFACE_SOURCE/../Qt/5.9.1
|
||||
elif [ -d "$SUBSURFACE_SOURCE/../Qt/5.9" ] ; then
|
||||
export QT5_ANDROID=$SUBSURFACE_SOURCE/../Qt/5.9
|
||||
elif [ -d "$SUBSURFACE_SOURCE/../Qt/5.8" ] ; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue