Version: 3.9.92 (using KDevPlatform 0.9.92) (using 4.2.70 (KDE 4.2.70 (KDE 4.3 >= 20090415)), compiled sources) Compiler: gcc OS: Linux (x86_64) release 2.6.27.21-0.1-default I have generated KDE documentation in the Qt .qch format as described here, and added that qch to assistant. Now my KDE documentation shows up in assistant nicely. However, it doesn't seem to work in KDevelop, the "Show documentation for xyz" link is not shown for KDE classes.
The link for the page is http://techbase.kde.org/Development/Tools/apidox#Qt_Assistant.
Could it be that KDevelop looks for .qch only in standard dirs, and therefore finds the Qt ones, but not the KDE one? In this case, it should either: 1. Use the config of the assistant, where I already configured the additional .qch 2. Provide its own config dialog to add and remove qchs
I made it to load all the .qch files in the "qmake -query QT_INSTALL_DOCS" directory. The techbase doc says to look at $MANPAGES but it's empty on my system so I'm not sure it's really useful. For now you could try to put it there and check if it works. If it doesn't I'll generate it and give it a try. Thanks for testing!
I tried to copy the KDE qch file to QT_INSTALL_DOCS/qch, but still KDevelop did not show it. Not sure what you mean with $MANPAGES, that is not mentioned in the wiki page I linked to.
kdev 4.2 has a nice kcm to add custom .qch files
Ah, very easy now to manage QCH files, good work.