Skip to content

Fix libxml2 Android build

Volker Krause requested to merge work/vkrause/android-libxml2-fixes into master

This needs a small patch to work around an incompatibility with the ECM Android toolchain unfortunately. We need to find a way to get rid of the Threads::Threads hack there which breaks configure time compile checks in projects explicitly linking against Threads::Threads. Might become possible with Qt 6, where this is at least no longer required for Qt itself.

Merge request reports

Loading