aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/qtqml.qdocconf
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/doc/qtqml.qdocconf')
-rw-r--r--src/qml/doc/qtqml.qdocconf5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/qml/doc/qtqml.qdocconf b/src/qml/doc/qtqml.qdocconf
index d691dbfd8a..6e07fd173b 100644
--- a/src/qml/doc/qtqml.qdocconf
+++ b/src/qml/doc/qtqml.qdocconf
@@ -28,7 +28,7 @@ qhp.QtQml.subprojects.examples.indexTitle = Qt Quick Examples and Tutorials
qhp.QtQml.subprojects.examples.selectors = fake:example
qhp.QtQml.subprojects.qmltypes.title = QML Types
qhp.QtQml.subprojects.qmltypes.indexTitle = Qt QML QML Types
-qhp.QtQml.subprojects.qmltypes.selectors = fake:qmlclass
+qhp.QtQml.subprojects.qmltypes.selectors = qmlclass
qhp.QtQml.subprojects.qmltypes.sortPages = true
@@ -40,7 +40,8 @@ headerdirs += .. \
../../imports/models
sourcedirs += .. \
- ../../imports/models
+ ../../imports/models \
+ ../../imports/statemachine
exampledirs += ../../../examples/qml \
../ \