summaryrefslogtreecommitdiffstats
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-24 14:29:39 +0000
commitec8974790e4129d802b187e7322c4c871a8ddbf2 (patch)
tree4985ae0ae10eda97189cf369847d4678c5f49fdf
parent8440ab606048663ae7bef42c5930d5d77f30bf50 (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. This patch is cherry-picked from the qtconnectivity/neard branch. Change-Id: Ieb4dcfc3ec667d7a13c78a6d52d6c1a3c54f78eb Reviewed-by: Stephan Binner <stephan.binner@basyskom.com> Reviewed-by: Peter Rustler <peter.rustler@basyskom.com> Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
-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 e7b5bba3..89e6af19 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