diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-11-10 23:46:39 -0800 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-11-11 20:36:36 -0800 |
commit | 8e070480a38956be76339cc6b81f3b0cb665cef5 (patch) | |
tree | 4730aff310062a120bd95802c0c07b477a8e7df3 /app/app.pro | |
parent | d01ce33b26daf332d4b8bd9e389e0877c1c38b88 (diff) |
tbtnavi: add interface to agl-service-navigation
Add interface to agl-service-navigation via libqtappfw to replace
navicore DBus completely.
Bug-AGL: SPEC-2880
Change-Id: Idf3afcdd3c7424b8adb91a9aaf14df662d7fe107
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'app/app.pro')
-rw-r--r-- | app/app.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app/app.pro b/app/app.pro index a2f7283..2928e7e 100644 --- a/app/app.pro +++ b/app/app.pro @@ -1,8 +1,8 @@ TARGET = tbtnavi TEMPLATE = app -QT += qml network quick positioning location widgets -PKGCONFIG += qlibhomescreen qlibwindowmanager +QT = qml network quick positioning location widgets websockets +PKGCONFIG += qlibhomescreen qlibwindowmanager qtappfw CONFIG += c++1z link_pkgconfig @@ -10,11 +10,13 @@ include(app.pri) SOURCES += \ main.cpp \ + navigation_client.cpp \ qcheapruler.cpp \ file_operation.cpp HEADERS += \ qcheapruler.hpp \ + navigation_client.h \ file_operation.h INCLUDEPATH += \ |