mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
android: Correct path to Qt binaries
Back in6451adfec1
, the path to the qt binaries was changed. The current binaries are back on the old urls, so this reverts half of6451adfec1
. The other half is still true. Signed-off-by: Anton Lundin <glance@acc.umu.se>
This commit is contained in:
parent
9dd87bac03
commit
65b825286c
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ USE_X=$(case $- in *x*) echo "-x" ;; esac)
|
|||
|
||||
# these are the current versions for Qt, Android SDK & NDK:
|
||||
|
||||
QT_VERSION=5.9.1
|
||||
QT_VERSION=5.9
|
||||
LATEST_QT=5.9.1
|
||||
NDK_VERSION=r14b
|
||||
SDK_VERSION=3859397
|
||||
|
@ -71,7 +71,7 @@ if [ ! -d Qt ] ; then
|
|||
fi
|
||||
|
||||
# patch the cmake / Qt5.7.1 incompatibility mentioned above
|
||||
sed -i 's/set_property(TARGET Qt5::Core PROPERTY INTERFACE_COMPILE_FEATURES cxx_decltype)/# set_property(TARGET Qt5::Core PROPERTY INTERFACE_COMPILE_FEATURES cxx_decltype)/' Qt/${QT_VERSION}/android_armv7/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake
|
||||
sed -i 's/set_property(TARGET Qt5::Core PROPERTY INTERFACE_COMPILE_FEATURES cxx_decltype)/# set_property(TARGET Qt5::Core PROPERTY INTERFACE_COMPILE_FEATURES cxx_decltype)/' Qt/${LATEST_QT}/android_armv7/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake
|
||||
|
||||
# next we need to get the Android SDK and NDK
|
||||
if [ ! -d $ANDROID_NDK ] ; then
|
||||
|
|
Loading…
Add table
Reference in a new issue