aboutsummaryrefslogtreecommitdiffstats
path: root/packaging-tools/pkg_constants.py
diff options
context:
space:
mode:
authorIikka Eklund <iikka.eklund@theqtcompany.com>2014-11-04 14:20:04 +0200
committerAntti Kokko <antti.kokko@digia.com>2014-11-04 14:56:22 +0100
commit9da45011e4c2b83397cba1805019c0ff82551576 (patch)
tree3fd729004c88732cd0aea15b24b46d34ba40131e /packaging-tools/pkg_constants.py
parentae723060f73869d90f8bee00ed8f2e9ac4deaf1a (diff)
Update ICU builds in packaging scripts
Some updates how the ICU builds are handled in release builds. Improve patching of build time ICU paths in Qt5 binary packages. Change-Id: I74695ef92e95892b2dd88c1dacbc691aa3e324c9 Reviewed-by: Antti Kokko <antti.kokko@digia.com>
Diffstat (limited to 'packaging-tools/pkg_constants.py')
-rw-r--r--packaging-tools/pkg_constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging-tools/pkg_constants.py b/packaging-tools/pkg_constants.py
index 8d59d6b62..04425e3c3 100644
--- a/packaging-tools/pkg_constants.py
+++ b/packaging-tools/pkg_constants.py
@@ -45,4 +45,5 @@ RTA_DESCRIPTION_FILE_NAME_BASE = 'rta_description_file'
INSTALLER_OUTPUT_DIR_NAME = 'installer_output'
IFW_BUILD_OUTPUT_DIR = 'build_artifacts'
ICU_BUILD_OUTPUT_DIR = 'icu_build_artifacts'
+ICU_INSTALL_DIR_NAME = 'icu_install'
PKG_TEMPLATE_BASE_DIR_NAME = 'pkg_templates'