aboutsummaryrefslogtreecommitdiffstats
path: root/app/app.pro
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2022-06-07 15:36:10 -0400
committerScott Murray <scott.murray@konsulko.com>2022-06-07 15:50:51 -0400
commit1fa03abcffabbf8c8b19084cb05846fca5fe4792 (patch)
tree61c0c2c4713d5ab507daeca87e68a7b1523a148b /app/app.pro
parent59a8f88a4651f29addca93b064d539b0e97391bf (diff)
Add VIS vehicle signal support
Update the use of the Navigation API from libqtappfw for its rework to use VIS signals instead of the previous signal-composer usage. Bug-AGL: SPEC-4409, SPEC-4426 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I50928e1a4ef723335d81f00dec9d5982f542fac4
Diffstat (limited to 'app/app.pro')
-rw-r--r--app/app.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/app.pro b/app/app.pro
index 077a408..1a0a9c3 100644
--- a/app/app.pro
+++ b/app/app.pro
@@ -3,7 +3,7 @@ TARGET = navigation
QT = core qml quick positioning
CONFIG += c++11 link_pkgconfig
-PKGCONFIG += qtappfw-navigation
+PKGCONFIG += qtappfw-navigation qtappfw-vehicle-signals
HEADERS += \
markermodel.h \