diff options
Diffstat (limited to 'app/app.pro')
-rw-r--r-- | app/app.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/app.pro b/app/app.pro index daf4a4c..3fa2880 100644 --- a/app/app.pro +++ b/app/app.pro @@ -3,6 +3,8 @@ TARGET = dashboard QT = qml quick CONFIG += c++11 link_pkgconfig +PKGCONFIG += qtappfw-vehicle-signals + HEADERS += \ translator.h |