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
- Repository
- R288 KJobWidgets
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
CMakeLists.txt | ||
---|---|---|
93 | 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 | ||
---|---|---|
93 | Allright, make sense. |