Page MenuHomePhabricator

Create qhc files automatically
Closed, ResolvedPublic

Description

qhc files may be directly included into the qt creators help and may be automatically built by doxygen. this is why we should include another doxygen config for automated build. sascha if you find the time ... otherwise marco or me

Event Timeline

muellerm added a subscriber: muellerm.

lol the files have the extension QCH and not qhc. sorry

Johannes and I added some CMake Variables.

The plan is to generate the qch files during the documentation generation. So compile doc will generate the files.

We still have to check if the VTK and ITK html files exist. If they do not exist, the corresponding qch files will not be build.

[SVN revision 25924]
FIX (#4811): Added CMake variable for qch files. Now the MITK qch file should be created when the corresponding flag in CMake (BUILT_QCH_FILES) is set and the target doc is built.

Thomas, when it's fixed please close the bug or comment what is missing. thx :-)

Johannes and I tried to make this work, but for some reason it didn't. I remember that we discussed it with Michi but I can't remember the result. I will talk with him about that.

Status: If you build the documentation and check the flag (MITK_DOXYGEN_GENERATE_QCH_FILES) the qch file of MITK will be generated automatically in the folder: .../MITK-build/Documentation/Doxygen/

The qch files for ITK and VTK will not be generated, because this belongs to the toolkits and not to MITK.