From 79e84ac39d17264d24c732a4e9693f4b5b57b3ac Mon Sep 17 00:00:00 2001 From: Liang Qi Date: Mon, 25 May 2015 15:19:26 +0200 Subject: Update plugins.qmltypes for QtWebSockets and Qt.WebSockets Change-Id: I7cacbce1625015636e92b2fd5f2ade694a97a5c9 Reviewed-by: Sze Howe Koh Reviewed-by: Alex Blasche --- src/imports/qmlwebsockets/plugins.qmltypes | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/imports/qmlwebsockets/plugins.qmltypes') diff --git a/src/imports/qmlwebsockets/plugins.qmltypes b/src/imports/qmlwebsockets/plugins.qmltypes index 5b8d1f9..5df4b5c 100644 --- a/src/imports/qmlwebsockets/plugins.qmltypes +++ b/src/imports/qmlwebsockets/plugins.qmltypes @@ -1,4 +1,4 @@ -import QtQuick.tooling 1.1 +import QtQuick.tooling 1.2 // This file describes the plugin-supplied types contained in the library. // It is used for QML tooling purposes only. @@ -7,6 +7,7 @@ import QtQuick.tooling 1.1 // 'qmlplugindump -notrelocatable QtWebSockets 1.0' Module { + dependencies: [] Component { name: "QQmlWebSocket" prototype: "QObject" @@ -51,7 +52,7 @@ Module { Component { name: "QQmlWebSocketServer" prototype: "QObject" - exports: ["Qt.WebSockets/WebSocketServer 1.0"] + exports: ["QtWebSockets/WebSocketServer 1.0"] exportMetaObjectRevisions: [0] Property { name: "url"; type: "QUrl"; isReadonly: true } Property { name: "host"; type: "string" } -- cgit v1.2.1