Bug 337442 - kdoctools only builds a static lib
Summary: kdoctools only builds a static lib
Status: RESOLVED NOT A BUG
Alias: None
Product: frameworks-kdoctools
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 5.0.0
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Documentation Editorial Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-14 15:17 UTC by Rohan Garg
Modified: 2014-07-14 23:07 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rohan Garg 2014-07-14 15:17:33 UTC
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
Comment 2 Daniel Vrátil 2014-07-14 15:33:23 UTC
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.
Comment 3 Aleix Pol 2014-07-14 23:07:46 UTC
@Rohan, this commit didn't introduce it, it just renamed the target.

Also what's wrong with it being STATIC?