From 9665160ee857a2dfb7862950ced348a4caa8479e Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Thu, 1 Dec 2016 10:21:07 +0100 Subject: Bump/introduce the QML plugin verion 5.8 for the next release Change-Id: Ia58d1406612e9d6628d1712efba1a582735188a7 Reviewed-by: Oliver Wolff --- src/imports/bluetooth/plugin.cpp | 6 +++--- src/imports/bluetooth/plugins.qmltypes | 6 +++--- src/imports/nfc/plugin.cpp | 4 ++-- src/imports/nfc/plugins.qmltypes | 6 +++--- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/imports/bluetooth/plugin.cpp b/src/imports/bluetooth/plugin.cpp index d6c47e35..f77a4d95 100644 --- a/src/imports/bluetooth/plugin.cpp +++ b/src/imports/bluetooth/plugin.cpp @@ -81,9 +81,9 @@ public: qmlRegisterType(uri, major, minor, "BluetoothService"); qmlRegisterType(uri, major, minor, "BluetoothSocket"); - // Register the 5.7 types - // introduces 5.7 version, other existing 5.2 exports become automatically available under 5.2-5.6 - minor = 7; + // Register the 5.8 types + // introduces 5.8 version, other existing 5.2 exports become automatically available under 5.2-5.7 + minor = 8; qmlRegisterType(uri, major, minor, "BluetoothDiscoveryModel"); } }; diff --git a/src/imports/bluetooth/plugins.qmltypes b/src/imports/bluetooth/plugins.qmltypes index 9c47126d..0ffe3223 100644 --- a/src/imports/bluetooth/plugins.qmltypes +++ b/src/imports/bluetooth/plugins.qmltypes @@ -4,17 +4,17 @@ import QtQuick.tooling 1.2 // It is used for QML tooling purposes only. // // This file was auto-generated by: -// 'qmlplugindump -nonrelocatable QtBluetooth 5.7' +// 'qmlplugindump -nonrelocatable QtBluetooth 5.8' Module { - dependencies: ["QtQuick 2.0"] + dependencies: ["QtQuick 2.8"] Component { name: "QDeclarativeBluetoothDiscoveryModel" prototype: "QAbstractListModel" exports: [ "QtBluetooth/BluetoothDiscoveryModel 5.0", "QtBluetooth/BluetoothDiscoveryModel 5.2", - "QtBluetooth/BluetoothDiscoveryModel 5.7" + "QtBluetooth/BluetoothDiscoveryModel 5.8" ] exportMetaObjectRevisions: [0, 0, 0] Enum { diff --git a/src/imports/nfc/plugin.cpp b/src/imports/nfc/plugin.cpp index b71f1f24..d003f531 100644 --- a/src/imports/nfc/plugin.cpp +++ b/src/imports/nfc/plugin.cpp @@ -98,8 +98,8 @@ public: minor = 5; qmlRegisterType(uri, major, minor, "NearField"); - // Register the 5.6 - 5.7 types - minor = 7; + // Register the 5.6 - 5.8 types + minor = 8; qmlRegisterType(uri, major, minor, "NearField"); } diff --git a/src/imports/nfc/plugins.qmltypes b/src/imports/nfc/plugins.qmltypes index 7bba6d95..c9fae196 100644 --- a/src/imports/nfc/plugins.qmltypes +++ b/src/imports/nfc/plugins.qmltypes @@ -4,10 +4,10 @@ import QtQuick.tooling 1.2 // It is used for QML tooling purposes only. // // This file was auto-generated by: -// 'qmlplugindump -nonrelocatable QtNfc 5.7' +// 'qmlplugindump -nonrelocatable QtNfc 5.8' Module { - dependencies: ["QtQuick 2.0"] + dependencies: ["QtQuick 2.8"] Component { name: "QDeclarativeNdefFilter" prototype: "QObject" @@ -58,7 +58,7 @@ Module { "QtNfc/NearField 5.2", "QtNfc/NearField 5.4", "QtNfc/NearField 5.5", - "QtNfc/NearField 5.7" + "QtNfc/NearField 5.8" ] exportMetaObjectRevisions: [0, 0, 0, 1, 1] Property { name: "messageRecords"; type: "QQmlNdefRecord"; isList: true; isReadonly: true } -- cgit v1.2.3