aboutsummaryrefslogtreecommitdiffstats
path: root/examples/androidextras/customactivity/qml.qrc
diff options
context:
space:
mode:
authorAssam Boudjelthia <assam.boudjelthia@qt.io>2020-05-05 17:28:18 +0300
committerAssam Boudjelthia <assam.boudjelthia@qt.io>2020-05-25 18:50:08 +0300
commit174da8f65245ae4f9333dc169d60fbdf3003f1ea (patch)
tree969b0173e0587b775a29ef329c421a85b35a0f33 /examples/androidextras/customactivity/qml.qrc
parent79f643e6f9f91015e18605854161e96ed12730a3 (diff)
Add example to show how to work with activities and handle their result
Task-number: QTBUG-83038 Change-Id: I87a631551c3c6fbb22eaaf56acad6b8ae87f4560 Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io> Reviewed-by: BogDan Vatra <bogdan@kdab.com> (cherry picked from commit 85b2ea13da75303371ef8f82d5c0a079fa437904) Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io>
Diffstat (limited to 'examples/androidextras/customactivity/qml.qrc')
-rw-r--r--examples/androidextras/customactivity/qml.qrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/androidextras/customactivity/qml.qrc b/examples/androidextras/customactivity/qml.qrc
new file mode 100644
index 0000000..5f6483a
--- /dev/null
+++ b/examples/androidextras/customactivity/qml.qrc
@@ -0,0 +1,5 @@
+<RCC>
+ <qresource prefix="/">
+ <file>main.qml</file>
+ </qresource>
+</RCC>