summaryrefslogtreecommitdiffstats
path: root/src/core/core.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/core.pro')
-rw-r--r--src/core/core.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/core.pro b/src/core/core.pro
index 3c3110257..273f2b7e7 100644
--- a/src/core/core.pro
+++ b/src/core/core.pro
@@ -21,8 +21,10 @@ SUBDIRS += core_gyp_generator \
gyp_run
REPACK_DIR = $$getOutDir()/$$getConfigDir()/gen/repack
+locales.files = $$REPACK_DIR/qtwebengine_locales
+locales.path = $$[QT_INSTALL_TRANSLATIONS]
resources.files = $$REPACK_DIR/qtwebengine_resources.pak
resources.path = $$[QT_INSTALL_DATA]
-INSTALLS += resources
+INSTALLS += locales resources