X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=app%2Fapp.pro;h=ef4de97a81002357a0b6fe6af545f946aa2ba042;hb=refs%2Ftags%2Fguppy_6.99.4;hp=da4e8a4edff08532a23bb9c277e0e24f9e28efb4;hpb=d084bc1f764833566f3e8eafc9fc297c3fa9ee08;p=apps%2Fhvac.git diff --git a/app/app.pro b/app/app.pro index da4e8a4..ef4de97 100644 --- a/app/app.pro +++ b/app/app.pro @@ -1,10 +1,17 @@ TARGET = hvac -QT = quick qml +QT = quick qml aglextras -SOURCES = main.cpp +HEADERS += \ + translator.h + +SOURCES = main.cpp \ + translator.cpp RESOURCES += \ hvac.qrc \ images/images.qrc include(app.pri) + +LANGUAGES = ja_JP fr_FR +include(translations.pri)