From 676ce330cfa62121c9cd68b29fec5dd2458b9eee Mon Sep 17 00:00:00 2001 From: Matt Porter Date: Tue, 16 May 2017 15:59:58 -0400 Subject: Add basic telephony binding Adds a basic telephony binding which supports dial and hangup operations via ofono. Bluetooth HFP is the only modem type supported now, with SIM support expected in the future. AGL-Bug: SPEC-597 Change-Id: Icb302533c368fe37a181601c30f49294ad292a6b Signed-off-by: Matt Porter --- app/app.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/app.pro') diff --git a/app/app.pro b/app/app.pro index 2117c8c..cc400a9 100644 --- a/app/app.pro +++ b/app/app.pro @@ -3,6 +3,8 @@ QT = quickcontrols2 SOURCES = main.cpp +SUBDIRS = telephony-binding + RESOURCES += \ phone.qrc \ images/images.qrc \ -- cgit 1.2.3-korg