Seems like kdoctools only ships a static lib libKF5XsltKde.a as configured in src/CMakeLists.txt -> add_library(KF5XsltKde STATIC xslt.cpp xslt_kde.cpp) Reproducible: Always
Introduced by http://quickgit.kde.org/?p=kdelibs.git&a=commit&h=a0400773e0d4dd5f9099934ecdd06f9783956c03
We ran into the same thing in Fedora - I was first arguing for making it a shared library, but after opening the header files, I found out that the library has no class and no namespace, !!NO COPYRIGHT HEADER!! and that the API has no real useful outside kdoctools. AFAIK the API is only used by the man:// slave in KIO, so the lack of proper API is justified.
@Rohan, this commit didn't introduce it, it just renamed the target. Also what's wrong with it being STATIC?