mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
build-system/Android: remove no longer supported Qt versions
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b0d2e5c737
commit
999cc2d642
1 changed files with 1 additions and 9 deletions
|
@ -93,16 +93,8 @@ if [ -n "${QT5_ANDROID+X}" ] ; then
|
||||||
echo "Using Qt5 in $QT5_ANDROID"
|
echo "Using Qt5 in $QT5_ANDROID"
|
||||||
elif [ -d "$SUBSURFACE_SOURCE/../Qt/${LATEST_QT}" ] ; then
|
elif [ -d "$SUBSURFACE_SOURCE/../Qt/${LATEST_QT}" ] ; then
|
||||||
export QT5_ANDROID=$SUBSURFACE_SOURCE/../Qt/${LATEST_QT}
|
export QT5_ANDROID=$SUBSURFACE_SOURCE/../Qt/${LATEST_QT}
|
||||||
elif [ -d "$SUBSURFACE_SOURCE/../Qt/5.9.3" ] ; then
|
|
||||||
export QT5_ANDROID=$SUBSURFACE_SOURCE/../Qt/5.9.3
|
|
||||||
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
|
|
||||||
export QT5_ANDROID=$SUBSURFACE_SOURCE/../Qt/5.8
|
|
||||||
else
|
else
|
||||||
echo "Cannot find Qt 5.8 or newer under $SUBSURFACE_SOURCE/../Qt"
|
echo "Cannot find Qt 5.12 or newer under $SUBSURFACE_SOURCE/../Qt"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue