summaryrefslogtreecommitdiffstats
path: root/examples/scxml/invoke-dynamic
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2016-05-04 16:38:45 +0200
committerAlex Blasche <alexander.blasche@theqtcompany.com>2016-05-17 09:19:08 +0000
commit3394ef1186f7ee30860f87dc6878da05a010b9eb (patch)
treeaa99df39f3c39a94125993253d87bff522614abf /examples/scxml/invoke-dynamic
parent113e78a4beccdf717d484279baab08be8d805201 (diff)
Improve QtScxml module conformity to other Qt modules
The other QML modules use a versioning based on the Qt modules version. In addition the QML plugin name is always libdeclarative_<module_name>.so. Therefore the target for the QML project has to be adjusted accordingly. Change-Id: I218836bc01a7cb4ab8d8c3edde1d3d6deeaffd75 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'examples/scxml/invoke-dynamic')
-rw-r--r--examples/scxml/invoke-dynamic/invoke-dynamic.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/scxml/invoke-dynamic/invoke-dynamic.qml b/examples/scxml/invoke-dynamic/invoke-dynamic.qml
index 105422d..616928e 100644
--- a/examples/scxml/invoke-dynamic/invoke-dynamic.qml
+++ b/examples/scxml/invoke-dynamic/invoke-dynamic.qml
@@ -48,7 +48,7 @@
**
****************************************************************************/
-import QtScxml 1.0 as Scxml
+import QtScxml 5.7 as Scxml
MainView {
stateMachine: directions.stateMachine