summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2022-04-25 12:02:06 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-07-14 05:32:51 +0000
commit483105d5602ca3bd9ddd701aa06a04b468021fac (patch)
tree879eb1bf6eef7ce646ab01a1bcb18d635fb5d1e7
parent44c44617a7a0f355f53f10c9849e3d1f8c8da14d (diff)
Doc: Add a dependency to qtcmake
To make linking to CMake manual work. Also, replace obsolete selectors with up-to-date ones. Change-Id: I40520ae6e54a3a529955f4ac118ff8f586f5a825 Reviewed-by: Kai Koehne <kai.koehne@qt.io> (cherry picked from commit 65f548b58c01e5e0e0a6431bd64247974ec7cb0c) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
-rw-r--r--src/scxml/doc/qtscxml.qdocconf8
-rw-r--r--src/statemachine/doc/qtstatemachine.qdocconf8
2 files changed, 8 insertions, 8 deletions
diff --git a/src/scxml/doc/qtscxml.qdocconf b/src/scxml/doc/qtscxml.qdocconf
index d19b222..a91ac47 100644
--- a/src/scxml/doc/qtscxml.qdocconf
+++ b/src/scxml/doc/qtscxml.qdocconf
@@ -14,15 +14,15 @@ examples.fileextensions += "*.scxml"
qhp.QtScxml.subprojects = classes qmltypes examples
qhp.QtScxml.subprojects.classes.title = C++ Classes
qhp.QtScxml.subprojects.classes.indexTitle = Qt SCXML C++ Classes
-qhp.QtScxml.subprojects.classes.selectors = class fake:headerfile
+qhp.QtScxml.subprojects.classes.selectors = class headerfile
qhp.QtScxml.subprojects.classes.sortPages = true
qhp.QtScxml.subprojects.qmltypes.title = QML Types
qhp.QtScxml.subprojects.qmltypes.indexTitle = Qt SCXML QML Types
-qhp.QtScxml.subprojects.qmltypes.selectors = qmlclass
+qhp.QtScxml.subprojects.qmltypes.selectors = qmltype
qhp.QtScxml.subprojects.qmltypes.sortPages = true
qhp.QtScxml.subprojects.examples.title = Examples
qhp.QtScxml.subprojects.examples.indexTitle = Qt SCXML Examples
-qhp.QtScxml.subprojects.examples.selectors = fake:example
+qhp.QtScxml.subprojects.examples.selectors = doc:example
qhp.projects = QtScxml
@@ -32,7 +32,7 @@ qhp.QtScxml.virtualFolder = qtscxml
qhp.QtScxml.indexTitle = Qt SCXML
qhp.QtScxml.indexRoot =
-depends += qtcore qtdoc qmake qtquick qtwidgets qtstatemachine
+depends += qtcore qtdoc qmake qtquick qtwidgets qtstatemachine qtcmake
headerdirs = .. \
../../scxmlqml \
diff --git a/src/statemachine/doc/qtstatemachine.qdocconf b/src/statemachine/doc/qtstatemachine.qdocconf
index 5597121..47b0edc 100644
--- a/src/statemachine/doc/qtstatemachine.qdocconf
+++ b/src/statemachine/doc/qtstatemachine.qdocconf
@@ -15,15 +15,15 @@ exampledirs = ../../../examples/statemachine \
qhp.QtStateMachine.subprojects = classes qmltypes examples
qhp.QtStateMachine.subprojects.classes.title = C++ Classes
qhp.QtStateMachine.subprojects.classes.indexTitle = Qt State Machine C++ Classes
-qhp.QtStateMachine.subprojects.classes.selectors = class fake:headerfile
+qhp.QtStateMachine.subprojects.classes.selectors = class headerfile
qhp.QtStateMachine.subprojects.classes.sortPages = true
qhp.QtStateMachine.subprojects.qmltypes.title = QML Types
qhp.QtStateMachine.subprojects.qmltypes.indexTitle = Qt State Machine QML Types
-qhp.QtStateMachine.subprojects.qmltypes.selectors = qmlclass
+qhp.QtStateMachine.subprojects.qmltypes.selectors = qmltype
qhp.QtStateMachine.subprojects.qmltypes.sortPages = true
qhp.QtStateMachine.subprojects.examples.title = Examples
qhp.QtStateMachine.subprojects.examples.indexTitle = Qt State Machine Examples
-qhp.QtStateMachine.subprojects.examples.selectors = fake:example
+qhp.QtStateMachine.subprojects.examples.selectors = doc:example
qhp.projects = QtStateMachine
@@ -33,7 +33,7 @@ qhp.QtStateMachine.virtualFolder = qtstatemachine
qhp.QtStateMachine.indexTitle = Qt StateMachine
qhp.QtStateMachine.indexRoot =
-depends += qtcore qtdoc qmake qtquick qtwidgets qtgui qtqml qtscxml
+depends += qtcore qtdoc qmake qtquick qtwidgets qtgui qtqml qtscxml qtcmake
headerdirs = .. \
../gui \