Skip to content

ZXing: remove devel files from runtime

Andrew Cooligan requested to merge (removed):zxing-nodvel into qt5.15lts-22.08

Safely bumping ZXing without controlling ABI/API changes is possible only when no external app use it (which fortunately may be the case). Ensure this is by removing all devel files post runtime build.

Internal usage ZXing by prison framework isn't affected by this MR. This is same approach as taken for libjxl and libavif.

Edited by Andrew Cooligan

Merge request reports