summaryrefslogtreecommitdiffstats
path: root/sample/phone/phone.pro
diff options
context:
space:
mode:
authorKazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>2017-09-05 12:45:03 +0900
committerKazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>2017-09-05 12:45:03 +0900
commitfde77416ce98487a0bb50f5e049e7cb640ffa079 (patch)
treeb5775acf8f8a77df2a8489ed5c3ab8635ba54c1c /sample/phone/phone.pro
parent2e602801b372b0b68111316b89f567213e3ea378 (diff)
The sample application that achieves the interrupt policy management But an applications on background sometimes can't get events. I guess this is caused by WorkerThread on Qt(QML) So, the sequence sometimes stops Change-Id: I8008872ccb4c3c8d3f838095ded118fb5fdf6a6f Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
Diffstat (limited to 'sample/phone/phone.pro')
-rw-r--r--sample/phone/phone.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/sample/phone/phone.pro b/sample/phone/phone.pro
new file mode 100644
index 0000000..47d67dc
--- /dev/null
+++ b/sample/phone/phone.pro
@@ -0,0 +1,3 @@
+TEMPLATE = subdirs
+SUBDIRS = app package telephony-binding
+package.depends += app telephony-binding