Am Montag, 27. Juli 2009 schrieb Lorenzo Bettini: > Karsten Heimrich wrote: > > Hi Lorenzo, > > > > ext Lorenzo Bettini schrieb: > >> Ladnar, Marc wrote: > >>> Hello Mike, > >>> > >>> you will have to generate a .qch file, but I cannot help you with > >>> generating it from adp. > >>> I can only tell you the way by Doxygen. > >>> > >>> If you have the qch, you will have to start QtCreator, open Tools menu > >>> and call the action Settings. > >>> Inside the Settings, there is a Entry called Help and as Subitem > >>> Documentation. There you can add the .qch file. > >> > >> concerning qch files, is their format documented somewhere? or is it > >> just plain doxygen? > > > > It's a simple sqlite database that stores the doc files. See also: > > > > http://doc.qtsoftware.com/4.5/qthelpproject.html > > http://doc.qtsoftware.com/4.5/qthelp.html#details > > sorry, my question meant to be concerning qhp files: are these simply > doxygen files?
Does'nt this text from http://www.stack.nl/~dimitri/doxygen/output.html answer your question? Qt Help Project (.qhp) Generated if GENERATE_QHP is set to YES in the configuration file. ... The following output formats are indirectly supported by doxygen: ... Qt Compressed Help (.qch) Generated by Qt's qhelpgenerator tool from the HTML output if GENERATE_QHP is set to YES. _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
