Android: improve clang support
ClosedPublic

Authored by apol on Nov 16 2018, 6:19 PM.

Details

Summary

Infer the toolchain we are using through cmake's detection of ranlib
instead of asking the user to fill it.
It's only used in androiddeployqt and cmake expects it to be version
"clang" for clang builds while androiddeployqt expects it to be "4.9".

Diff Detail

Repository
R240 Extra CMake Modules
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
apol created this revision.Nov 16 2018, 6:19 PM
Restricted Application added projects: Frameworks, Build System. · View Herald TranscriptNov 16 2018, 6:19 PM
Restricted Application added subscribers: kde-buildsystem, kde-frameworks-devel. · View Herald Transcript
apol requested review of this revision.Nov 16 2018, 6:19 PM
vkrause accepted this revision.Nov 16 2018, 6:26 PM

Looks ok to me, less stuff to set manually is always good.

This revision is now accepted and ready to land.Nov 16 2018, 6:26 PM
This revision was automatically updated to reflect the committed changes.