summaryrefslogtreecommitdiffstats
path: root/src/assistant/help/doc/qthelp.qdocconf
diff options
context:
space:
mode:
Diffstat (limited to 'src/assistant/help/doc/qthelp.qdocconf')
-rw-r--r--src/assistant/help/doc/qthelp.qdocconf8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/assistant/help/doc/qthelp.qdocconf b/src/assistant/help/doc/qthelp.qdocconf
index 7bde6302d..95a80b6b4 100644
--- a/src/assistant/help/doc/qthelp.qdocconf
+++ b/src/assistant/help/doc/qthelp.qdocconf
@@ -15,9 +15,6 @@ qhp.QtHelp.virtualFolder = qthelp
qhp.QtHelp.indexTitle = Qt Help
qhp.QtHelp.indexRoot =
-qhp.QtHelp.filterAttributes = qthelp $QT_VERSION tools assistant qtrefdoc
-qhp.QtHelp.customFilters.QtHelp.name = QtHelp $QT_VERSION
-qhp.QtHelp.customFilters.QtHelp.filterAttributes = qthelp $QT_VERSION
qhp.QtHelp.subprojects = classes
qhp.QtHelp.subprojects.classes.title = C++ Classes
qhp.QtHelp.subprojects.classes.indexTitle = Qt Help C++ Classes
@@ -26,7 +23,7 @@ qhp.QtHelp.subprojects.classes.sortPages = true
language = Cpp
-depends += qtdoc qtcore qtassistant qtwidgets qmake
+depends += qtdoc qtcore qtwidgets qmake qtgui
headerdirs += ..
@@ -39,3 +36,6 @@ imagedirs = images
navigation.landingpage = "Qt Help"
navigation.cppclassespage = "Qt Help C++ Classes"
+
+# Enforce zero documentation warnings
+warninglimit = 0