diff options
Diffstat (limited to 'app/app.pro')
-rw-r--r-- | app/app.pro | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/app/app.pro b/app/app.pro index da4e8a4..edd08aa 100644 --- a/app/app.pro +++ b/app/app.pro @@ -1,10 +1,17 @@ TARGET = hvac QT = quick qml -SOURCES = main.cpp +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) |