summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2022-04-25 12:02:06 +0200
committerKai Koehne <kai.koehne@qt.io>2022-07-13 18:23:18 +0000
commit65f548b58c01e5e0e0a6431bd64247974ec7cb0c (patch)
tree25040d157a0afd8924b7e03e3958b6bd83228dab
parent219c19dfbbdbb5d9ea46e4311e7d741ad4960b5a (diff)
Doc: Add a dependency to qtcmake
To make linking to CMake manual work. Also, replace obsolete selectors with up-to-date ones. Pick-to: 6.2 6.3 6.4 Change-Id: I40520ae6e54a3a529955f4ac118ff8f586f5a825 Reviewed-by: Kai Koehne <kai.koehne@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 \