summaryrefslogtreecommitdiffstats
path: root/src/core/resources/resources.gyp
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/resources/resources.gyp
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/resources/resources.gyp')
-rw-r--r--src/core/resources/resources.gyp26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/core/resources/resources.gyp b/src/core/resources/resources.gyp
index 2a58449f8..c37172a5c 100644
--- a/src/core/resources/resources.gyp
+++ b/src/core/resources/resources.gyp
@@ -75,32 +75,6 @@
'includes': [ 'repack_locales.gypi' ],
},
],
- 'conditions': [
- ['qt_install_data != ""', {
- 'copies': [
- {
- 'destination': '<(qt_install_data)/resources',
- 'files': [ '<(SHARED_INTERMEDIATE_DIR)/repack/qtwebengine_resources.pak' ],
- },
- {
- 'destination': '<(qt_install_data)/resources',
- 'files': [ '<(SHARED_INTERMEDIATE_DIR)/repack/qtwebengine_resources_100p.pak' ],
- },
- {
- 'destination': '<(qt_install_data)/resources',
- 'files': [ '<(SHARED_INTERMEDIATE_DIR)/repack/qtwebengine_resources_200p.pak' ],
- },
- ],
- }],
- ['qt_install_translations != ""', {
- 'copies': [
- {
- 'destination': '<(qt_install_translations)/qtwebengine_locales',
- 'files': [ '<@(locale_files)' ],
- },
- ],
- }],
- ],
}
]
}