summaryrefslogtreecommitdiffstats
path: root/src/scxml/doc/qtscxml-index.qdoc
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2016-05-02 15:19:30 +0200
committerAlex Blasche <alexander.blasche@theqtcompany.com>2016-05-12 12:39:28 +0000
commita632dd38b68319d9086b7313c9beb2c1ca6d0d0b (patch)
treea73df8b8b717b3ec447b7166ab9529f2a5f5e062 /src/scxml/doc/qtscxml-index.qdoc
parentbdbe7d947a65070b59ac24cf9f05247037863ef8 (diff)
Cleanup and rename QML scxmlstatemachine plugin
The Qt modules use the Qt prefix and the project file should rely on qmake's qml_plugin logic. Change-Id: I9a13109d6307679c1e7362680eaf9c33e2bdda3b Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/scxml/doc/qtscxml-index.qdoc')
-rw-r--r--src/scxml/doc/qtscxml-index.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scxml/doc/qtscxml-index.qdoc b/src/scxml/doc/qtscxml-index.qdoc
index 42ad9a4..4f2fd7b 100644
--- a/src/scxml/doc/qtscxml-index.qdoc
+++ b/src/scxml/doc/qtscxml-index.qdoc
@@ -52,7 +52,7 @@
in your .qml file:
\code
- import Scxml 1.0
+ import QtScxml 1.0
\endcode
To link against the module, add this line to your qmake .pro file: