GUI: added simple help file
This commit is contained in:
parent
2fea5f01d6
commit
c83461c858
|
@ -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>
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
qcollectiongenerator online-help.qhcp -o online-help.qhc
|
|
@ -0,0 +1,5 @@
|
|||
<html>
|
||||
<body>
|
||||
help
|
||||
</body>
|
||||
</html>
|
|
@ -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>
|
|
@ -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>
|
Loading…
Reference in New Issue