This commit organizes the articles, so they: - have a reasonable tree structure - can be navigated through the topic tree in the Qt Creator help viewer Task-number: QTBUG-127046 Change-Id: I66f2b131b8aacc887b35a770e51c1425431dffb5 Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
65 lines
1.5 KiB
Plaintext
65 lines
1.5 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 = QMake Manual
|
|
qhp.qmake.subprojects.manual.indexTitle = QMake module topics
|
|
qhp.qmake.subprojects.manual.type = manual
|
|
|
|
language = Cpp
|
|
|
|
sourcedirs += src
|
|
|
|
imagedirs = images
|
|
exampledirs = snippets
|
|
|
|
tagfile = qmake.tags
|
|
|
|
macro.qtbug = "\\l{https://bugreports.qt.io/browse/\1}{\1}"
|
|
|
|
depends += \
|
|
activeqt \
|
|
qt3d \
|
|
qtassistant \
|
|
qtbluetooth \
|
|
qtconcurrent \
|
|
qtcore \
|
|
qtdbus \
|
|
qtdoc \
|
|
qtdesigner \
|
|
qtgui \
|
|
qthelp \
|
|
qtimageformats \
|
|
qtlinguist \
|
|
qtlocation \
|
|
qtmultimedia \
|
|
qtnetwork \
|
|
qtopengl \
|
|
qtprintsupport \
|
|
qtqml qtqmltest \
|
|
qtquick \
|
|
qtquickcontrols \
|
|
qtquickdialogs \
|
|
qtsensors \
|
|
qtserialport \
|
|
qtsql \
|
|
qtsvg \
|
|
qttestlib \
|
|
qtuitools \
|
|
qtwidgets \
|
|
qtxml
|
|
|
|
navigation.landingpage = "qmake Manual"
|
|
# Auto-generate navigation linking based on "QMake module topics":
|
|
navigation.toctitles = "QMake module topics"
|
|
navigation.toctitles.inclusive = false
|