summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2015-06-16 10:48:15 +0200
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-06-18 08:03:37 +0000
commit3e5a32e9a40916e0bae882ba22b9d2b1131d6326 (patch)
tree565842aa1aa123cdf1589ca99f6862f2a9d7bcf5 /examples
parent9f77e292036b5eaffa353f7a783416be6b8f9902 (diff)
Remove BlackBerry as supported platform from QtNfc
[ChangeLog][QtNfc][Platform Specific Changes] Removed support for Blackberry 10 from QtNfc. Change-Id: Ideca878656826de7d04dda96bd213895433a3737 Reviewed-by: Rafael Roquetto <rafael.roquetto@kdab.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/nfc/corkboard/bar-descriptor.xml32
-rw-r--r--examples/nfc/corkboard/corkboards.qml2
2 files changed, 1 insertions, 33 deletions
diff --git a/examples/nfc/corkboard/bar-descriptor.xml b/examples/nfc/corkboard/bar-descriptor.xml
deleted file mode 100644
index f46eb355..00000000
--- a/examples/nfc/corkboard/bar-descriptor.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="utf-8" standalone="no"?>
-<qnx >
- <id>com.qt-project.cork</id>
- <filename>corkboard</filename>
- <name>NFC Corkboard</name>
- <versionNumber>1.0.0</versionNumber>
-
- <!-- adding the invoke target for a nfc Text element -->
- <invoke-target id="com.fabian.cork">
- <type>APPLICATION</type>
- <filter>
- <action>bb.action.OPEN</action>
- <mime-type>application/vnd.rim.nfc.ndef</mime-type>
- <property var="uris" value="ndef://1/T"/>
- </filter>
- </invoke-target>
-
- <initialWindow>
- <systemChrome>none</systemChrome>
- <transparent>false</transparent>
- <autoOrients>true</autoOrients>
- <aspectRatio>portrait</aspectRatio>
- </initialWindow>
-
- <permission system="true">run_native</permission>
-
- <asset entry="true" path="qml_corkboard" type="Qnx/Elf">qml_corkboard</asset>
- <asset path="icon.png">icon.png</asset>
- <icon>
- <image>icon.png</image>
- </icon>
- </qnx>
diff --git a/examples/nfc/corkboard/corkboards.qml b/examples/nfc/corkboard/corkboards.qml
index 2f00bb5a..dc96865a 100644
--- a/examples/nfc/corkboard/corkboards.qml
+++ b/examples/nfc/corkboard/corkboards.qml
@@ -101,7 +101,7 @@ Rectangle {
name: "Work"
notes: [
//ListElement { noteText: "To write a tag, click the red flag of a note and then touch a tag" },
- ListElement { noteText: "https://developer.blackberry.com/native/documentation/core/com.qnx.doc.nfc/topic/manual/c_stub_nfcdevguide_general_introduction.html" }
+ ListElement { noteText: "https://www.qt.io" }
]
}
}