Nicer formatting for CMakeLists.txt and add some comments to polyvox.qhcp.in.

This commit is contained in:
Matt Williams
2010-07-01 14:27:31 +00:00
parent 2da20ff2ef
commit 1fac2a36a0
2 changed files with 17 additions and 3 deletions

View File

@ -1,18 +1,22 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- This file defines a collection of Qt Help files as well as some amount of the build process -->
<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>
<!-- Disable the documentation manager so that there's no option to add more docs to this shell instance -->
<enableDocumentationManager>false</enableDocumentationManager>
</assistant>
<docFiles>
<!-- This section says that polyvox.qch will be created from index.qhp when qcollectiongenerator is run -->
<generate>
<file>
<input>index.qhp</input>
<output>polyvox.qch</output>
</file>
</generate>
<!-- We then add the Qt Compressed Help file to the collection -->
<register>
<file>polyvox.qch</file>
</register>