summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Krus <mike.krus@kdab.com>2015-12-28 21:02:35 +0000
committerMike Krus <mike.krus@kdab.com>2015-12-30 16:08:07 +0000
commite4c1d9ece74de212ebe5c55b134de7cb23469e2d (patch)
treeac90fd03028ff1adca1877ab8df77f6ffc054648
parent8f7d6e731180c3d4f369293188b8c6ca866f05b9 (diff)
tvOS support
QT_ARCH for tvOS is arm64 (not arm, since it’s 64bits only) Change-Id: Ia03d3ee07d2543a0e70ee7d77448aff9382d8fc8 Reviewed-by: Jake Petroules <jake.petroules@theqtcompany.com>
-rw-r--r--src/3rdparty/libwebp.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/libwebp.pri b/src/3rdparty/libwebp.pri
index 865f0ff..bcba511 100644
--- a/src/3rdparty/libwebp.pri
+++ b/src/3rdparty/libwebp.pri
@@ -82,7 +82,7 @@ android {
INCLUDEPATH += $$NDK_ROOT/sources/android/cpufeatures
}
-equals(QT_ARCH, arm) {
+equals(QT_ARCH, arm)|equals(QT_ARCH, arm64) {
SOURCES_FOR_NEON += \
$$PWD/libwebp/src/dsp/dec_neon.c \
$$PWD/libwebp/src/dsp/enc_neon.c \