From f9cbfb636f6dce351f26e6b86dcb0080a32cd18d Mon Sep 17 00:00:00 2001 From: Matt Porter Date: Wed, 8 Nov 2017 11:12:52 -0500 Subject: Convert phone app to use libqtappfw's Telephony support Remove the QML/Javascript websocket and appfw message handling code. This is replaced with libqtappfw's Telephony class which handles all Telephony API binding communication in a separate thread. Bug-AGL: SPEC-1079 Change-Id: I06b352eaf4925fc144c59f8d8f689180376a1f35 Signed-off-by: Matt Porter --- app/app.pro | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'app/app.pro') diff --git a/app/app.pro b/app/app.pro index cc400a9..979c9f6 100644 --- a/app/app.pro +++ b/app/app.pro @@ -1,10 +1,13 @@ TARGET = phone -QT = quickcontrols2 +QT = quickcontrols2 websockets SOURCES = main.cpp SUBDIRS = telephony-binding +CONFIG += link_pkgconfig +PKGCONFIG += qtappfw + RESOURCES += \ phone.qrc \ images/images.qrc \ -- cgit 1.2.3-korg