summaryrefslogtreecommitdiffstats
path: root/demo3/horizontal/hvac/app/app.pro
diff options
context:
space:
mode:
Diffstat (limited to 'demo3/horizontal/hvac/app/app.pro')
-rw-r--r--demo3/horizontal/hvac/app/app.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/demo3/horizontal/hvac/app/app.pro b/demo3/horizontal/hvac/app/app.pro
new file mode 100644
index 0000000..edd08aa
--- /dev/null
+++ b/demo3/horizontal/hvac/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)