summaryrefslogtreecommitdiffstats
path: root/src/core/core_module.pro
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2016-02-17 16:48:03 +0100
committerJoerg Bornemann <joerg.bornemann@theqtcompany.com>2016-04-15 14:39:39 +0000
commit7db354d1a21a17da76244b77c35d7297be3a86a9 (patch)
tree9aaa53bc7aee024456481617b4f6fc45cfd241e2 /src/core/core_module.pro
parentd49bc176c762b77fa6beeee472adc7764ea86829 (diff)
Install all resources for developer build in .pro file
ICU .dat file and .pak files were already copied to the developer build directory in core_module.pro. Let's do the same for translations, and remove the logic handling this in resources.gyp. Change-Id: I4926cd6012f2664feed27aa042eb3ceb282a93d9 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'src/core/core_module.pro')
-rw-r--r--src/core/core_module.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/core/core_module.pro b/src/core/core_module.pro
index 20f11486d..c2fa5f9a7 100644
--- a/src/core/core_module.pro
+++ b/src/core/core_module.pro
@@ -101,6 +101,14 @@ icu.files = $$OUT_PWD/$$getConfigDir()/icudtl.dat
resources2build.CONFIG = no_link no_clean target_predeps
QMAKE_EXTRA_COMPILERS += resources2build
+
+ locales2build.input = locales.files
+ locales2build.output = $$[QT_INSTALL_DATA/get]/translations/qtwebengine_locales/${QMAKE_FILE_BASE}${QMAKE_FILE_EXT}
+ locales2build.commands = $$QMAKE_COPY ${QMAKE_FILE_IN} ${QMAKE_FILE_OUT}
+ locales2build.name = COPY ${QMAKE_FILE_IN}
+ locales2build.CONFIG = no_link no_clean target_predeps
+
+ QMAKE_EXTRA_COMPILERS += locales2build
}
}