aboutsummaryrefslogtreecommitdiffstats
path: root/examples/androidextras/androidextras.pro
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/androidextras.pro
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/androidextras.pro')
-rw-r--r--examples/androidextras/androidextras.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/androidextras/androidextras.pro b/examples/androidextras/androidextras.pro
index 80d1186..4ac3b2d 100644
--- a/examples/androidextras/androidextras.pro
+++ b/examples/androidextras/androidextras.pro
@@ -5,11 +5,13 @@ android {
SUBDIRS += \
notification \
jnimessenger \
- services
+ services \
+ customactivity
EXAMPLE_FILES += \
notification \
jnimessenger \
- services
+ services \
+ customactivity
}
}