aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/help/help.pro
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2018-08-31 16:00:32 +0200
committerEike Ziller <eike.ziller@qt.io>2018-09-04 11:21:18 +0000
commit2c17fbe8dd9fdc619efdeceeddf68ad68f6dfcc1 (patch)
tree36439c95706d27a6c5f4ff9212bda25fe2125651 /src/plugins/help/help.pro
parent25400751a4b4cd03758862b8365f57e8afed7985 (diff)
Make Core independent from QtHelp
We don't want various plugins to depend on the Help plugin, but we also do not want Core to depend on QtHelp. For example when turning the Help plugin off, documentation should actually no longer be registered through QtHelp. So we need parts of the interface in Core, which must then be delegated to the actual implementation in Help. As positive side-effects the interface in Core will be slimmer, and the code in the Help plugin can later be simplified, too, because then we don't have the "Core" and the "Gui" help engines separated in different plugins anymore, which should remove the need for some setup indirections. Task-number: QTCREATORBUG-20381 Change-Id: I634c5811c45d6a3dfd6ddc682cae270e38384cbf Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/help/help.pro')
-rw-r--r--src/plugins/help/help.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/help/help.pro b/src/plugins/help/help.pro
index ffe71b6f180..a9676630781 100644
--- a/src/plugins/help/help.pro
+++ b/src/plugins/help/help.pro
@@ -17,6 +17,7 @@ HEADERS += \
helpfindsupport.h \
helpindexfilter.h \
localhelpmanager.h \
+ helpmanager.h \
helpmode.h \
helpplugin.h \
helpviewer.h \
@@ -39,6 +40,7 @@ SOURCES += \
helpfindsupport.cpp \
helpindexfilter.cpp \
localhelpmanager.cpp \
+ helpmanager.cpp \
helpmode.cpp \
helpplugin.cpp \
helpviewer.cpp \