summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorPeter Rustler <peter.rustler@basyskom.com>2015-03-16 12:18:00 +0100
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-03-17 08:49:52 +0000
commit319223134d5f0461286402ae970ad0502a17c208 (patch)
tree34841245e3c2c0b981b15f5aeba0f56079887181 /examples
parent974a9508659bdae5045368e8c3a0e57106d5b247 (diff)
Make the right Nfc import in qml examples
The examples in nfc that uses qml need to import 5.5 instead of 5.2. Change-Id: I04d9f48e1f879227c85c2dd905382a5d1ac3a376 Reviewed-by: Stephan Binner <stephan.binner@basyskom.com> Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/nfc/corkboard/corkboards.qml2
-rw-r--r--examples/nfc/poster/poster.qml2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/nfc/corkboard/corkboards.qml b/examples/nfc/corkboard/corkboards.qml
index fc2377bc..2f00bb5a 100644
--- a/examples/nfc/corkboard/corkboards.qml
+++ b/examples/nfc/corkboard/corkboards.qml
@@ -40,7 +40,7 @@
****************************************************************************/
import QtQuick 2.3
-import QtNfc 5.2
+import QtNfc 5.5
Rectangle {
width: 800; height: 480
diff --git a/examples/nfc/poster/poster.qml b/examples/nfc/poster/poster.qml
index 499839e7..a9ad9a2b 100644
--- a/examples/nfc/poster/poster.qml
+++ b/examples/nfc/poster/poster.qml
@@ -39,7 +39,7 @@
****************************************************************************/
import QtQuick 2.3
-import QtNfc 5.2
+import QtNfc 5.5
Rectangle {
id: root