Provide androiddeployqt with all prefix paths
ClosedPublic

Authored by vkrause on Mar 16 2018, 12:46 PM.

Details

Summary

This is needed for a new feature in Qt 5.12, making androiddepolyqt's
recursive dependency resolution avaiable for components installed in
different prefixes too.

This will allow us to drop our own partial ELF dependency parsing code
eventually, as well as avoid having to do workarounds like linking against
all indirect dependencies.

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.
vkrause created this revision.Mar 16 2018, 12:46 PM
Restricted Application added projects: Frameworks, Build System. · View Herald TranscriptMar 16 2018, 12:46 PM
Restricted Application added a subscriber: Frameworks. · View Herald Transcript
vkrause requested review of this revision.Mar 16 2018, 12:46 PM
apol accepted this revision.Mar 16 2018, 3:06 PM
This revision is now accepted and ready to land.Mar 16 2018, 3:06 PM
This revision was automatically updated to reflect the committed changes.