summaryrefslogtreecommitdiffstats
path: root/src/imports/nfc/plugins.qmltypes
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2016-05-04 11:33:13 +0200
committerAlex Blasche <alexander.blasche@theqtcompany.com>2016-05-04 10:25:14 +0000
commit9677182c07b22f5f1f4fdff3f1fce6a28f76b662 (patch)
tree0f533f2af4111178da1eeddb06bb57efb4f97c0e /src/imports/nfc/plugins.qmltypes
parentd4211eda4eeb1de6daaa139932e7796d611babac (diff)
Do not pin the QML plugins import version.
The connectivity QML plugins increase their version along the Qt modules version. In addition the CXX_MODULE value was incorrect which caused broken qmltype make targets (if IMPORT_VERSION is not defined). The default value processing in qml_plugin.prf is sufficient. Change-Id: Ia9a1446defaa29bb4408ac803e7fe856215f6b67 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com> Reviewed-by: Andy Shaw <andy.shaw@theqtcompany.com>
Diffstat (limited to 'src/imports/nfc/plugins.qmltypes')
-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 88794b71..7bba6d95 100644
--- a/src/imports/nfc/plugins.qmltypes
+++ b/src/imports/nfc/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 QtNfc 5.6'
+// 'qmlplugindump -nonrelocatable QtNfc 5.7'
Module {
dependencies: ["QtQuick 2.0"]