summaryrefslogtreecommitdiffstats
path: root/app/app.pro
blob: 6a1340da33a16a0486729da2300952051c5ac754 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
TEMPLATE = app
TARGET = hvac
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 \
    homescreenhandler.cpp \
    translator.cpp \

RESOURCES += \
    hvac.qrc \
    images/images.qrc

LANGUAGES = ja_JP fr_FR
include(translations.pri)

target.path = /usr/bin
target.files += $${OUT_PWD}/$${TARGET}
target.CONFIG = no_check_exist executable

INSTALLS += target