summaryrefslogtreecommitdiffstats
path: root/qmake
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2021-08-24 14:13:00 +0200
committerKai Koehne <kai.koehne@qt.io>2021-09-03 15:14:59 +0000
commitc104af4c44dcbe9be23f2cc0259d39fe4f2d1c70 (patch)
treeba4f69c58966495c9f83aec1ea3304c820d27eae /qmake
parent65cad49473af68bcf6353ac51411629e2613e01f (diff)
Doc: Remove unsupported customFilters
customFilters defined in .qdocconf are not supported anymore by Qt Assistant since Qt 5.13. Therefore remove them from all .qdocconf files, also to avoid cargo-culting them to new help modules. Task-number: QTBUG-95987 Change-Id: I664391460637d2e859348da0338e1a4a3ee9f570 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'qmake')
-rw-r--r--qmake/doc/qmake.qdocconf3
1 files changed, 0 insertions, 3 deletions
diff --git a/qmake/doc/qmake.qdocconf b/qmake/doc/qmake.qdocconf
index 4f2ac24f90..77775674f4 100644
--- a/qmake/doc/qmake.qdocconf
+++ b/qmake/doc/qmake.qdocconf
@@ -10,9 +10,6 @@ qhp.qmake.file = qmake.qhp
qhp.qmake.namespace = org.qt-project.qmake.$QT_VERSION_TAG
qhp.qmake.virtualFolder = qmake
qhp.qmake.indexTitle = QMake Manual
-qhp.qmake.filterAttributes = qt $QT_VERSION tools qmake
-qhp.qmake.customFilters.qmake.name = qmake Manual
-qhp.qmake.customFilters.qmake.filterAttributes = qt tools qmake
qhp.qmake.subprojects = manual
qhp.qmake.subprojects.manual.title = Manual
qhp.qmake.subprojects.manual.indexTitle = qmake Manual