aboutsummaryrefslogtreecommitdiffstats
path: root/packaging-tools/bld_qtcreator.py
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2016-09-21 13:13:56 +0200
committerEike Ziller <eike.ziller@qt.io>2016-09-21 11:16:29 +0000
commit5a86fe77a10ff3824a4eea86b2542a4b13fde5c1 (patch)
treeb7f84a03a29ea79a396ed7719afa0b9f3441d9d6 /packaging-tools/bld_qtcreator.py
parenta22b71b6d4cda3b0e502a7cddbe9a8de08dda982 (diff)
Qt Creator: Re-add accidentally removed environment variable
This still defines how the Qt Creator 7zip is called, so we still need it. Change-Id: Iaea648f2c1ec27e1f45c64256b8ff9e0bc236cb4 Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
Diffstat (limited to 'packaging-tools/bld_qtcreator.py')
-rwxr-xr-xpackaging-tools/bld_qtcreator.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging-tools/bld_qtcreator.py b/packaging-tools/bld_qtcreator.py
index a6d539a15..bf06e1ee5 100755
--- a/packaging-tools/bld_qtcreator.py
+++ b/packaging-tools/bld_qtcreator.py
@@ -214,6 +214,7 @@ if __name__ == "__main__":
### lets start building
environment = get_common_environment(callerArguments.qt5path, callerArguments)
+ environment["INSTALLER_ARCHIVE"] = "qtcreator.7z"
if callerArguments.debug:
buildType = 'debug'
else: