aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/help/help.qbs
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@digia.com>2014-06-17 18:14:37 +0200
committerEike Ziller <eike.ziller@digia.com>2014-06-20 14:01:18 +0200
commitb2a2a893581433ac06ef29569aba491a7db92e90 (patch)
tree601e15d209709f76fc10b830063a699993876636 /src/plugins/help/help.qbs
parent5ee81929acf77428d817c6b808034660389c9273 (diff)
Help: Create separate help widget class
That contains the tool bar together with a help viewer, which can also be used for an external help window, and later be extended to also replace the extra "central widget". Change-Id: I73fac4c135b985cbe47062b90783f156b5062005 Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
Diffstat (limited to 'src/plugins/help/help.qbs')
-rw-r--r--src/plugins/help/help.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/help/help.qbs b/src/plugins/help/help.qbs
index 6ef72e5676a..679962c8d89 100644
--- a/src/plugins/help/help.qbs
+++ b/src/plugins/help/help.qbs
@@ -52,6 +52,7 @@ QtcPlugin {
"helpmode.cpp", "helpmode.h",
"helpplugin.cpp", "helpplugin.h",
"helpviewer.cpp", "helpviewer.h",
+ "helpwidget.cpp", "helpwidget.h",
"localhelpmanager.cpp", "localhelpmanager.h",
"openpagesmanager.cpp", "openpagesmanager.h",
"openpagesmodel.cpp", "openpagesmodel.h",