summaryrefslogtreecommitdiffstats
path: root/app/app.pro
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2019-12-18 10:53:42 -0500
committerScott Murray <scott.murray@konsulko.com>2019-12-18 16:07:53 +0000
commit37b9a2dfa67e45689cab15d4edfd98808c7315ae (patch)
treeeb38bf1243d9bc6183f15cf8755dbbe03774369f /app/app.pro
parentf269917773e8c019ae497c83ed2b7c914829157b (diff)
Switch from using the vehicle and engine speeds messages from the low-can binding directly to using the abstracted events from the signal-composer binding instead. Bug-AGL: SPEC-3042 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I36f4d1c7f8565daf43014f47811cd5d3fdfd1dd6
Diffstat (limited to 'app/app.pro')
-rw-r--r--app/app.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/app.pro b/app/app.pro
index 197675e..551acc3 100644
--- a/app/app.pro
+++ b/app/app.pro
@@ -7,6 +7,9 @@ HEADERS += \
SOURCES = main.cpp \
translator.cpp
+CONFIG += link_pkgconfig
+PKGCONFIG += qtappfw
+
RESOURCES += \
dashboard.qrc \
images/images.qrc