mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
Android compile fix
Forgotten slash broke my Andorid build (with Qt from source). Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
parent
c1e0324d95
commit
5c7ac7e7d1
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ fi
|
|||
export QT5_ANDROID_CMAKE
|
||||
if [ -d "${QT5_ANDROID}/android_${QT_ARCH}/lib/cmake" ] ; then
|
||||
export QT5_ANDROID_CMAKE=$QT5_ANDROID/android_${QT_ARCH}/lib/cmake
|
||||
elif [ -d "${QT5_ANDROID}lib/cmake" ] ; then
|
||||
elif [ -d "${QT5_ANDROID}/lib/cmake" ] ; then
|
||||
export QT5_ANDROID_CMAKE=$QT5_ANDROID/lib/cmake
|
||||
else
|
||||
echo "Cannot find Qt cmake configuration"
|
||||
|
|
Loading…
Add table
Reference in a new issue