X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=app%2Fapp.pro;h=8c4c5a40561aa461e5ced0e3451b5f769c952576;hb=c173b5b5fbdb9013304ad62e0dc8f8bb9a072e7d;hp=edd08aa028584882da3652d4a5037df7495695c1;hpb=4b7d58e71e8864a90d3b567f21029968d6e8edef;p=apps%2Fhvac.git diff --git a/app/app.pro b/app/app.pro index edd08aa..8c4c5a4 100644 --- a/app/app.pro +++ b/app/app.pro @@ -1,17 +1,26 @@ +TEMPLATE = app TARGET = hvac -QT = quick qml +QT = qml quick +CONFIG += c++11 link_pkgconfig + +PKGCONFIG += qtappfw-hvac HEADERS += \ translator.h -SOURCES = main.cpp \ +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