aboutsummaryrefslogtreecommitdiffstats
path: root/packaging-tools/bld_qtcreator.py
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2018-01-10 11:44:34 +0100
committerEike Ziller <eike.ziller@qt.io>2018-01-24 12:53:11 +0000
commit5a2a3ab72331bf37a56048e460f2a238d8e0e937 (patch)
tree876820bb782e2939154abec41fb46d5ed45c179f /packaging-tools/bld_qtcreator.py
parent6313e72e4a337e929aeee6ca188b0b585a563c9f (diff)
Do not include sdktool in qtcreator.7z
And make the separate sdktool work correctly when it is deployed into the place where the sdktool usually is within the Qt Creator install. (I.e. use default output path for sdktool.) Change-Id: I0e0864627a473864cf2254165bed06845bfa12b2 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'packaging-tools/bld_qtcreator.py')
-rwxr-xr-xpackaging-tools/bld_qtcreator.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging-tools/bld_qtcreator.py b/packaging-tools/bld_qtcreator.py
index 5f6d2bf5f..f1374ef2a 100755
--- a/packaging-tools/bld_qtcreator.py
+++ b/packaging-tools/bld_qtcreator.py
@@ -269,6 +269,8 @@ if __name__ == "__main__":
qmakeCommand.append('QTC_SKIP_CDBEXT=1')
qmakeCommand.append('QTC_SKIP_WININTERRUPT=1')
+ qmakeCommand.append('QTC_SKIP_SDKTOOL=1')
+
if callerArguments.additional_qmake_arguments:
qmakeCommand.extend(callerArguments.additional_qmake_arguments)