aboutsummaryrefslogtreecommitdiffstats
path: root/examples/androidextras/services/serviceremoteobjects/serviceremoteobjects.pro
diff options
context:
space:
mode:
authorAssam Boudjelthia <assam.boudjelthia@qt.io>2020-04-07 14:29:09 +0300
committerAssam Boudjelthia <assam.boudjelthia@qt.io>2020-05-25 17:14:38 +0300
commit79f643e6f9f91015e18605854161e96ed12730a3 (patch)
tree9b67d23637cb51bf62ee3e92ed18c5ee51871e74 /examples/androidextras/services/serviceremoteobjects/serviceremoteobjects.pro
parent9dc12a9289d542fabed8a30ad347ed80e471f93b (diff)
Add Android Service examples with Remote Objects
Additional service examples with communication using Qt Remote Objects. Task-number: QTBUG-83038 Change-Id: I6451c816681e314bd4f47c8966c5d98cd225e64d Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io> (cherry picked from commit d560ad9f356e2f5912b0ebabde4c001efcb9b31f)
Diffstat (limited to 'examples/androidextras/services/serviceremoteobjects/serviceremoteobjects.pro')
-rw-r--r--examples/androidextras/services/serviceremoteobjects/serviceremoteobjects.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/androidextras/services/serviceremoteobjects/serviceremoteobjects.pro b/examples/androidextras/services/serviceremoteobjects/serviceremoteobjects.pro
new file mode 100644
index 0000000..8b8b6e0
--- /dev/null
+++ b/examples/androidextras/services/serviceremoteobjects/serviceremoteobjects.pro
@@ -0,0 +1,5 @@
+TEMPLATE = subdirs
+
+SUBDIRS += \
+ serviceremoteobjectsclient.pro \
+ service.pro