From 54f3b6fbbd95ba06b742ced902b4507177fcf654 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Wed, 18 Apr 2018 16:18:21 +0200 Subject: Document latest QtQml.StateMachine import version to be 2.11 Since commit 214fbaa57b73296a0 the latest minor version of the import is automatically the Qt minor version, so let's also document this. Change-Id: I61a1015d74beaeac9d7a2aecd73e3f05c8a545c9 Reviewed-by: Simon Hausmann --- src/imports/statemachine/plugins.qmltypes | 2 +- src/imports/statemachine/statemachine.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/imports') diff --git a/src/imports/statemachine/plugins.qmltypes b/src/imports/statemachine/plugins.qmltypes index 0fe9b63e03..e6ecaa75c8 100644 --- a/src/imports/statemachine/plugins.qmltypes +++ b/src/imports/statemachine/plugins.qmltypes @@ -4,7 +4,7 @@ import QtQuick.tooling 1.2 // It is used for QML tooling purposes only. // // This file was auto-generated by: -// 'qmlplugindump -nonrelocatable -noforceqtquick QtQml.StateMachine 1.0' +// 'qmlplugindump -nonrelocatable QtQml.StateMachine 1.11' Module { dependencies: [] diff --git a/src/imports/statemachine/statemachine.pro b/src/imports/statemachine/statemachine.pro index 9bb88074e9..926a9d4a5e 100644 --- a/src/imports/statemachine/statemachine.pro +++ b/src/imports/statemachine/statemachine.pro @@ -1,7 +1,7 @@ CXX_MODULE = qml TARGET = qtqmlstatemachine TARGETPATH = QtQml/StateMachine -IMPORT_VERSION = 1.0 +IMPORT_VERSION = 1.$$QT_MINOR_VERSION QT = core-private qml-private -- cgit v1.2.3