X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=app%2Fapp.pro;h=7d3fb4a38cb8cb756ad54f5f0531ec5c2c773af6;hb=95d837913ecb41577980345aeb8a1b3eb710ea2a;hp=2c81b9fa4bc13128e99305bcd162c62242932fbb;hpb=560062626becb4d211a9948bf3008921129711cf;p=apps%2Fhvac.git diff --git a/app/app.pro b/app/app.pro index 2c81b9f..7d3fb4a 100644 --- a/app/app.pro +++ b/app/app.pro @@ -1,10 +1,26 @@ +TEMPLATE = app TARGET = hvac -QT = quickcontrols2 +QT = qml quick +CONFIG += c++11 link_pkgconfig -SOURCES = main.cpp +PKGCONFIG += qtappfw-hvac + +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 = $${PREFIX}/usr/bin +target.files += $${OUT_PWD}/$${TARGET} +target.CONFIG = no_check_exist executable + +INSTALLS += target