summaryrefslogtreecommitdiffstats
path: root/src/imports/nfc
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2016-02-02 09:03:28 +0100
committerJani Heikkinen <jani.heikkinen@theqtcompany.com>2016-02-05 09:04:20 +0000
commit8b550f0a7508ed413cded71a20485e61010b0aa3 (patch)
tree68ef5dcf2c32b016d364261fa0588cdc07d81446 /src/imports/nfc
parentc2b7f094e798d15a9231966a1df897ea124cb745 (diff)
Update qml types for QtConnectivity 5.6.0 releasev5.6.0-rc1v5.6.0
Change-Id: Iadd9905f4129ede5f0c06b1e1a88a8f932c37c70 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
Diffstat (limited to 'src/imports/nfc')
-rw-r--r--src/imports/nfc/plugins.qmltypes2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/nfc/plugins.qmltypes b/src/imports/nfc/plugins.qmltypes
index 54459946..129b8cad 100644
--- a/src/imports/nfc/plugins.qmltypes
+++ b/src/imports/nfc/plugins.qmltypes
@@ -7,7 +7,7 @@ import QtQuick.tooling 1.2
// 'qmlplugindump -nonrelocatable QtNfc 5.6'
Module {
- dependencies: []
+ dependencies: ["QtQuick 2.0"]
Component {
name: "QDeclarativeNdefFilter"
prototype: "QObject"