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.