Commit df6d430d authored by Kai Koehne's avatar Kai Koehne
Browse files

Update plugins.qmltypes


Add an empty dependencies.json to avoid the implicit QtQuick dependency.

Task-number: QTBUG-70264
Change-Id: I67b0f8cee04d3cd255c9df3c9bc7caf79ffdf9a9
Reviewed-by: default avatarJesus Fernandez <Jesus.Fernandez@qt.io>
Reviewed-by: default avatarKai Koehne <kai.koehne@qt.io>
Reviewed-by: default avatarLars Knoll <lars.knoll@qt.io>
Reviewed-by: default avatarAlex Blasche <alexander.blasche@qt.io>
parent a1555da7
No related merge requests found
Showing with 4 additions and 2 deletions
[
]
...@@ -4,7 +4,7 @@ import QtQuick.tooling 1.2 ...@@ -4,7 +4,7 @@ import QtQuick.tooling 1.2
// It is used for QML tooling purposes only. // It is used for QML tooling purposes only.
// //
// This file was auto-generated by: // This file was auto-generated by:
// 'qmlplugindump -nonrelocatable QtWebSockets 1.1' // 'qmlplugindump -nonrelocatable -dependencies dependencies.json QtWebSockets 1.1'
Module { Module {
dependencies: [] dependencies: []
......
...@@ -12,6 +12,6 @@ SOURCES += qmlwebsockets_plugin.cpp \ ...@@ -12,6 +12,6 @@ SOURCES += qmlwebsockets_plugin.cpp \
OTHER_FILES += qmldir OTHER_FILES += qmldir
IMPORT_VERSION = 1.0 IMPORT_VERSION = 1.1
load(qml_plugin) load(qml_plugin)
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment