summaryrefslogtreecommitdiffstats
path: root/app/app.pro
diff options
context:
space:
mode:
Diffstat (limited to 'app/app.pro')
-rw-r--r--app/app.pro10
1 files changed, 9 insertions, 1 deletions
diff --git a/app/app.pro b/app/app.pro
index 9599de1..1aa4da0 100644
--- a/app/app.pro
+++ b/app/app.pro
@@ -1,7 +1,12 @@
TARGET = dashboard
QT = quickcontrols2
-SOURCES = main.cpp
+
+HEADERS += \
+ translator.h
+
+SOURCES = main.cpp \
+ translator.cpp
CONFIG += link_pkgconfig
PKGCONFIG += libhomescreen qlibwindowmanager
@@ -11,3 +16,6 @@ RESOURCES += \
images/images.qrc
include(app.pri)
+
+LANGUAGES = ja_JP fr_FR zh_CN
+include(translations.pri)