aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2017-02-14 16:32:08 +0100
committerEike Ziller <eike.ziller@qt.io>2017-02-14 15:33:30 +0000
commitdeb7b2a560b52f6feb61e9af3c6ec07aa5f1e4bd (patch)
treecd561eb37dc01c87e04cb606a5663b40382ebed1
parent94efe43628ccd12c59f877ed52c1e02b3258aab1 (diff)
Qt Creator: Remove unneeded wrong git and 7zip paths again
Amends 808b341ec2c0dea870ff92779a79c48c1efec55b with the change from fb5359d2a5ca8ae9f7e70fdb0d40cc13f16230db Change-Id: If9f0dd3645d8eed9ab6e6740f46a18437d01a0e0 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
-rw-r--r--packaging-tools/build_wrapper.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/packaging-tools/build_wrapper.py b/packaging-tools/build_wrapper.py
index 8d3d82e4b..22d749da2 100644
--- a/packaging-tools/build_wrapper.py
+++ b/packaging-tools/build_wrapper.py
@@ -436,9 +436,7 @@ def build_qtcreator_plugins(plugins, qtcreator_url, qtcreator_dev_url, icu_url=N
'--build-path', WORK_DIR]
if bldinstallercommon.is_win_platform():
cmd_arguments.extend(['--buildcommand', os.path.normpath('C:/Utils/jom/jom.exe'),
- '--installcommand', os.path.normpath('nmake.exe'),
- '--sevenzippath', os.path.normpath('C:/Utils/sevenzip'),
- '--gitpath', os.path.normpath('C:/Program Files/Git/bin')])
+ '--installcommand', os.path.normpath('nmake.exe')])
else:
cmd_arguments.extend(['--installcommand', 'make -j1'])
for module in plugin.modules: