diff --git a/gui/gui.qrc b/gui/gui.qrc index f3f79cc9e..29f9c2454 100644 --- a/gui/gui.qrc +++ b/gui/gui.qrc @@ -15,6 +15,8 @@ images/showerrors.png images/showstylewarnings.png + help/online-help.qhc + ../COPYING ../AUTHORS diff --git a/gui/help/buildhelp.bat b/gui/help/buildhelp.bat new file mode 100644 index 000000000..02685f10a --- /dev/null +++ b/gui/help/buildhelp.bat @@ -0,0 +1 @@ +qcollectiongenerator online-help.qhcp -o online-help.qhc \ No newline at end of file diff --git a/gui/help/index.html b/gui/help/index.html new file mode 100644 index 000000000..b58f861d1 --- /dev/null +++ b/gui/help/index.html @@ -0,0 +1,5 @@ + + +help + + diff --git a/gui/help/online-help.qhcp b/gui/help/online-help.qhcp new file mode 100644 index 000000000..71d37674f --- /dev/null +++ b/gui/help/online-help.qhcp @@ -0,0 +1,14 @@ + + + + + + online-help.qhp + online-help.qch + + + + online-help.qch + + + diff --git a/gui/help/online-help.qhp b/gui/help/online-help.qhp new file mode 100644 index 000000000..8717a5986 --- /dev/null +++ b/gui/help/online-help.qhp @@ -0,0 +1,14 @@ + + + cppcheck.sourceforge.net + doc + + +
+ + + + index.html + + + \ No newline at end of file