From ee6e9af318150dc061787108fef94b230a63d218 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Mon, 11 Nov 2019 01:05:35 -0800 Subject: ondemandnavi: add agl-service-navigation interface Switch from the application providing DBus objects to consumers with using afb binding with proper JSON responses. Bug-AGL: SPEC-2880 Change-Id: If587ddeaea9a0f28e71c2bee790acbf53425de9f Signed-off-by: Matt Ranostay --- app/app.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/app.pro') diff --git a/app/app.pro b/app/app.pro index c53e922..b31250a 100644 --- a/app/app.pro +++ b/app/app.pro @@ -1,6 +1,6 @@ TARGET = navigation QT = quick qml -PKGCONFIG += qlibhomescreen qlibwindowmanager +PKGCONFIG += qlibhomescreen qlibwindowmanager qtappfw QT += positioning QT += core -- cgit 1.2.3-korg