qcollectiongenerator (comes with Qt Assistant) is now also required for building the documentation. This allows us to open the Doxygen-generated docs in Qt Assistant and have them fully searchable. This should all work on Windows too as long as Doxygen is installed.

See the changes to INSTALL.txt for details of the change.
This commit is contained in:
Matt Williams
2010-07-01 12:57:37 +00:00
parent d76a40d5c9
commit 16ed15ee5f
5 changed files with 48 additions and 9 deletions

20
library/polyvox.qhcp.in Normal file
View File

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8" ?>
<QHelpCollectionProject version="1.0">
<assistant>
<title>PolyVox Documentation</title>
<homePage>qthelp://org.thermite3d.polyvox/doc/index.html</homePage>
<startPage>qthelp://org.thermite3d.polyvox/doc/index.html</startPage>
<enableDocumentationManager>false</enableDocumentationManager>
</assistant>
<docFiles>
<generate>
<file>
<input>index.qhp</input>
<output>polyvox.qch</output>
</file>
</generate>
<register>
<file>polyvox.qch</file>
</register>
</docFiles>
</QHelpCollectionProject>