X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=app%2Fapp.pro;h=8c4c5a40561aa461e5ced0e3451b5f769c952576;hb=c173b5b5fbdb9013304ad62e0dc8f8bb9a072e7d;hp=62d547e26dc1b3bb01bb82392939886abbdce3ed;hpb=3860063e579f29b95bc64f802480742c572f4907;p=apps%2Fhvac.git diff --git a/app/app.pro b/app/app.pro index 62d547e..8c4c5a4 100644 --- a/app/app.pro +++ b/app/app.pro @@ -1,14 +1,26 @@ +TEMPLATE = app TARGET = hvac -QT = quickcontrols2 +QT = qml quick +CONFIG += c++11 link_pkgconfig -HEADERS = qlibwindowmanager.h -SOURCES = main.cpp qlibwindowmanager.cpp +PKGCONFIG += qtappfw-hvac -CONFIG += link_pkgconfig -PKGCONFIG += libhomescreen libwindowmanager +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) + +target.path = /usr/bin +target.files += $${OUT_PWD}/$${TARGET} +target.CONFIG = no_check_exist executable + +INSTALLS += target