qt5base-lts/qmake/doc/qmake.qdocconf
Kai Köhne c104af4c44 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>
2021-09-03 15:14:59 +00:00

65 lines
1.4 KiB
Plaintext

include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
project = QMake
moduleheader = qmake_pch.h
description = QMake Manual
qhp.projects = qmake
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.subprojects = manual
qhp.qmake.subprojects.manual.title = Manual
qhp.qmake.subprojects.manual.indexTitle = qmake Manual
qhp.qmake.subprojects.manual.selectors = fake:page
language = Cpp
sources = src/qmake-manual.qdoc
imagedirs = images
exampledirs = snippets
tagfile = qmake.tags
depends += \
activeqt \
qt3d \
qtassistant \
qtbluetooth \
qtconcurrent \
qtcore \
qtdbus \
qtdoc \
qtdesigner \
qtgui \
qthelp \
qtimageformats \
qtlinguist \
qtlocation \
qtmultimedia \
qtnetwork \
qtopengl \
qtprintsupport \
qtqml qtqmltest \
qtquick \
qtquickcontrols \
qtquickdialogs \
qtscript \
qtscripttools \
qtsensors \
qtserialport \
qtsql \
qtsvg \
qttestlib \
qtuitools \
qtwidgets \
qtwinextras \
qtx11extras \
qtxml \
qtxmlpatterns
navigation.landingpage = "qmake Manual"