From 36b6338c8c610028daf88033b80a8af3a813e2cd Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Mon, 8 Apr 2019 18:09:20 +0900 Subject: Add demo3 hvac source code for cluster mode Add demo3 havc source code for cluster mode. [Patch Set 2]Update LICENSE file. Change-Id: I0dbbf7d35779072f0ca8ad22a89a3158e58dd88e BUG-AGL: SPEC-2261 Signed-off-by: zheng_wenlong --- app/app.pro | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 app/app.pro (limited to 'app/app.pro') diff --git a/app/app.pro b/app/app.pro new file mode 100644 index 0000000..edd08aa --- /dev/null +++ b/app/app.pro @@ -0,0 +1,17 @@ +TARGET = hvac +QT = quick qml + +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) -- cgit 1.2.3-korg