See https://phabricator.kde.org/D2854 for central discussion of new ECMAddQCH
Details
Details
- Reviewers
ochurlaud - Group Reviewers
Frameworks - Commits
- R288:66510d55dbe0: [FEATURE] Option to build & install QCH file with the public API dox
KF5JobWidgets.qch created by this: https://share.kde.org/index.php/s/UhVPFAy2cTb8cBL
Diff Detail
Diff Detail
- Branch
- addQCHBuild
- Lint
No Linters Available - Unit
No Unit Test Coverage
CMakeLists.txt | ||
---|---|---|
83 | Imagine another project with a lib MyLib linking against KJobWidgets (in the public interface). For MyLib also a QCH file should be created. To create proper links from the QCH file for MyLib into the QCH file of KJobWidgets (via qthelp:// urls), doxygen/the qt tools need to have access to some information. This information is bound to the KF5JobWidgets_QCH target (see https://phabricator.kde.org/D2854). |
CMakeLists.txt | ||
---|---|---|
83 | Allright, make sense. |