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-21 15:53:57 -0800 |
commit | 029b583a9d5c615d941c42916d1750bee5c84eab (patch) | |
tree | 7a34d3d550eb970b8f9ee96aa80b7b7091c10408 /app/app.pro | |
parent | f679e8238131daa18a23efe232710730ba27ea67 (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 += \ |