Skip to content

Build ZXing statically to avoid clashing with the one in the platform

The org.kde.Platform contains an internal dynamically linked ZXing, if our version differs in an ABI-incompatible way things break. Avoid that by linking our one statically into KItinerary, the only place needing it here.

CCBUG: 479819 (cherry picked from commit a637744a)

Merge request reports