Commit 40e9ba00 authored by Eskil Abrahamsen Blomfeldt's avatar Eskil Abrahamsen Blomfeldt Committed by Oswald Buddenhagen
Browse files

Android: Build webp plugin


We need to include the cpufeatures module in the build for
Android, and we need to make sure the neon files are compiled
with neon flags turned on. Since these are .c files, we
cannot use the regular simd.prf approach, which only supports
.cpp, so the compiler is basically copy-pasted from simd.prf,
but using QMAKE_CC instead of QMAKE_CXX.

[ChangeLog][Android] Added support for webp image format.

Change-Id: Id702b8202bee963d23beb02a7dc163756c8ca712
Task-number: QTBUG-38715
Reviewed-by: default avatarLiang Qi <liang.qi@theqtcompany.com>
Reviewed-by: default avataraavit <eirik.aavitsland@theqtcompany.com>
parent a1d412ae
Showing with 32 additions and 5 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment