GUI: added simple help file

This commit is contained in:
Daniel Marjamäki 2010-08-19 18:58:40 +02:00
parent 2fea5f01d6
commit c83461c858
5 changed files with 36 additions and 0 deletions

View File

@ -15,6 +15,8 @@
<file>images/showerrors.png</file>
<file>images/showstylewarnings.png</file>
<file>help/online-help.qhc</file>
<file alias="COPYING">../COPYING</file>
<file alias="AUTHORS">../AUTHORS</file>
</qresource>

1
gui/help/buildhelp.bat Normal file
View File

@ -0,0 +1 @@
qcollectiongenerator online-help.qhcp -o online-help.qhc

5
gui/help/index.html Normal file
View File

@ -0,0 +1,5 @@
<html>
<body>
help
</body>
</html>

14
gui/help/online-help.qhcp Normal file
View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8" ?>
<QHelpCollectionProject version="1.0">
<docFiles>
<generate>
<file>
<input>online-help.qhp</input>
<output>online-help.qch</output>
</file>
</generate>
<register>
<file>online-help.qch</file>
</register>
</docFiles>
</QHelpCollectionProject>

14
gui/help/online-help.qhp Normal file
View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<QtHelpProject version="1.0">
<namespace>cppcheck.sourceforge.net</namespace>
<virtualFolder>doc</virtualFolder>
<filterSection>
<toc>
<section title="cppcheck" ref="index.html"/>
</toc>
<keywords/>
<files>
<file>index.html</file>
</files>
</filterSection>
</QtHelpProject>