aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/android
diff options
context:
space:
mode:
authorGravatar Jan Mulder <jlmulder@xs4all.nl>2017-03-20 13:44:19 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-03-20 21:39:00 -0700
commited3f5a62401d0f0ef7f631ebc319d2d0c341842a (patch)
tree2fc41ce2f091913cef7a4982b21f9582b56a80e8 /packaging/android
parent258aa70d04b986a2bcdda45e87ddbe4ddd92a53e (diff)
downloadsubsurface-ed3f5a62401d0f0ef7f631ebc319d2d0c341842a.tar.gz
Android build: extend comment for Qt5.8
Just an update of comment. The stange issue with Qt5.7.1 is still present in Qt5.8. Extend the comment accordingly. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
Diffstat (limited to 'packaging/android')
-rw-r--r--packaging/android/android-build-wrapper.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/packaging/android/android-build-wrapper.sh b/packaging/android/android-build-wrapper.sh
index 0d1e6913b..054d9b4bb 100644
--- a/packaging/android/android-build-wrapper.sh
+++ b/packaging/android/android-build-wrapper.sh
@@ -2,11 +2,13 @@
# run this in the top level folder you want to create Android binaries in
#
-# it seems that with Qt5.7.1 and current cmake there is an odd bug where
+# it seems that with Qt5.7.1 or Qt5.8 and current cmake there is an odd bug where
# cmake fails reporting :No known features for CXX compiler "GNU". In that
# case simly comment out the "set(property(TARGET Qt5::Core PROPERTY...)"
# at line 101 of
-# Qt/5.7/android_armv7/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake
+# Qt/5.7/android_armv7/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake
+# or at line 95 of
+# Qt/5.8/android_armv7/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake
exec 1> >(tee ./build.log) 2>&1