summaryrefslogtreecommitdiffstats
path: root/app/app.pro
diff options
context:
space:
mode:
Diffstat (limited to 'app/app.pro')
-rw-r--r--app/app.pro8
1 files changed, 6 insertions, 2 deletions
diff --git a/app/app.pro b/app/app.pro
index 14e7c44..6a1340d 100644
--- a/app/app.pro
+++ b/app/app.pro
@@ -1,16 +1,20 @@
TEMPLATE = app
TARGET = hvac
-QT = qml quick
+QT = qml quick dbus
CONFIG += c++11 link_pkgconfig
+DBUS_INTERFACES = $$[QT_SYSROOT]/usr/share/dbus-1/interfaces/org.automotivelinux.AppLaunch.xml
+
PKGCONFIG += qtappfw-hvac qtappfw-vehicle-signals
HEADERS += \
+ homescreenhandler.h \
translator.h
SOURCES = \
main.cpp \
- translator.cpp
+ homescreenhandler.cpp \
+ translator.cpp \
RESOURCES += \
hvac.qrc \