From a632dd38b68319d9086b7313c9beb2c1ca6d0d0b Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Mon, 2 May 2016 15:19:30 +0200 Subject: 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 Reviewed-by: Ulf Hermann --- examples/scxml/invoke-dynamic/invoke-dynamic.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/scxml/invoke-dynamic') diff --git a/examples/scxml/invoke-dynamic/invoke-dynamic.qml b/examples/scxml/invoke-dynamic/invoke-dynamic.qml index d0cfa4d..105422d 100644 --- a/examples/scxml/invoke-dynamic/invoke-dynamic.qml +++ b/examples/scxml/invoke-dynamic/invoke-dynamic.qml @@ -48,7 +48,7 @@ ** ****************************************************************************/ -import Scxml 1.0 as Scxml +import QtScxml 1.0 as Scxml MainView { stateMachine: directions.stateMachine -- cgit v1.2.3