aboutsummaryrefslogtreecommitdiffstats
path: root/packaging-tools/pkg_constants.py
diff options
context:
space:
mode:
authorIikka Eklund <iikka.eklund@theqtcompany.com>2014-10-13 14:54:34 +0300
committerIikka Eklund <iikka.eklund@theqtcompany.com>2014-12-12 08:20:29 +0100
commitc5c827afc272ea6c7ebcfede4549756bc13f6d2b (patch)
tree30989051aa79f64a61fef10c84befd9bb242b4df /packaging-tools/pkg_constants.py
parent52071896a7a72256f992388c61bfc83a5d0a8745 (diff)
Update Qt Installer-Framework related build scripts
- Support Qt5 based builds (default behavior) - Support Qt4 based builds - Cleanup & refactor Task-Id: QTBUG-41816 Change-Id: I656cd6f1ebbf1fa5f3e10810a262ed3f0f1f89bc Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Diffstat (limited to 'packaging-tools/pkg_constants.py')
-rw-r--r--packaging-tools/pkg_constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging-tools/pkg_constants.py b/packaging-tools/pkg_constants.py
index 04425e3c3..741946fc5 100644
--- a/packaging-tools/pkg_constants.py
+++ b/packaging-tools/pkg_constants.py
@@ -43,7 +43,7 @@
RTA_DESCRIPTION_FILE_DIR_NAME = 'rta_description_files'
RTA_DESCRIPTION_FILE_NAME_BASE = 'rta_description_file'
INSTALLER_OUTPUT_DIR_NAME = 'installer_output'
-IFW_BUILD_OUTPUT_DIR = 'build_artifacts'
+IFW_BUILD_ARTIFACTS_DIR = 'ifw_build_artifacts'
ICU_BUILD_OUTPUT_DIR = 'icu_build_artifacts'
ICU_INSTALL_DIR_NAME = 'icu_install'
PKG_TEMPLATE_BASE_DIR_NAME = 'pkg_templates'