From c83461c85883726ce7d115f32edd503515ea513c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Thu, 19 Aug 2010 18:58:40 +0200 Subject: [PATCH] GUI: added simple help file --- gui/gui.qrc | 2 ++ gui/help/buildhelp.bat | 1 + gui/help/index.html | 5 +++++ gui/help/online-help.qhcp | 14 ++++++++++++++ gui/help/online-help.qhp | 14 ++++++++++++++ 5 files changed, 36 insertions(+) create mode 100644 gui/help/buildhelp.bat create mode 100644 gui/help/index.html create mode 100644 gui/help/online-help.qhcp create mode 100644 gui/help/online-help.qhp 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