Summary: | Qt Help Plugin doesn't find KDE documentation | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Thomas McGuire <mcguire> |
Component: | Documentation viewer | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aleixpol |
Priority: | HI | ||
Version: | unspecified | ||
Target Milestone: | 4.0.0 | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Thomas McGuire
2009-04-17 20:02:48 UTC
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. |