summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 \