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.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/core.pro b/src/core/core.pro
index 273f2b7e7..bd228c20a 100644
--- a/src/core/core.pro
+++ b/src/core/core.pro
@@ -22,8 +22,10 @@ SUBDIRS += core_gyp_generator \
REPACK_DIR = $$getOutDir()/$$getConfigDir()/gen/repack
locales.files = $$REPACK_DIR/qtwebengine_locales
+locales.CONFIG += no_check_exist
locales.path = $$[QT_INSTALL_TRANSLATIONS]
resources.files = $$REPACK_DIR/qtwebengine_resources.pak
+resources.CONFIG += no_check_exist
resources.path = $$[QT_INSTALL_DATA]
INSTALLS += locales resources