forked from qt-creator/qt-creator
Build/deploy: fix missing argument
Change-Id: Ia73cfac75d336d7e321aef4059bb0eb6e4e3ed31 Reviewed-by: Qt CI Patch Build Bot <ci_patchbuild_bot@qt.io> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -469,8 +469,8 @@ def main():
|
||||
qtcreator_binary_path = (args.qtcreator_binary if common.is_mac_platform()
|
||||
else os.path.dirname(args.qtcreator_binary))
|
||||
|
||||
deploy_binary('qtdiag', qt_install)
|
||||
deploy_binary('qsb', qt_install)
|
||||
deploy_binary('qtdiag', qtcreator_binary_path, qt_install)
|
||||
deploy_binary('qsb', qtcreator_binary_path, qt_install)
|
||||
deploy_plugins(qtcreator_binary_path, qt_install)
|
||||
deploy_imports(qtcreator_binary_path, qt_install)
|
||||
deploy_translations(qtcreator_binary_path, qt_install)
|
||||
|
Reference in New Issue
Block a user