diff --git a/qtcreator.pro b/qtcreator.pro index 87df2e944cf..e103d2b9b93 100644 --- a/qtcreator.pro +++ b/qtcreator.pro @@ -119,7 +119,9 @@ macx { deployqt.depends = install win32 { deployartifacts.depends = install - deployartifacts.commands = git clone "git://code.qt.io/qt-creator/binary-artifacts.git" -b $$BINARY_ARTIFACTS_BRANCH&& xcopy /s /q /y /i "binary-artifacts\\win32" \"$(INSTALL_ROOT)$$QTC_PREFIX\"&& rmdir /s /q binary-artifacts + deployartifacts.commands = git clone "http://code.qt.io/qt-creator/binary-artifacts.git" -b $$BINARY_ARTIFACTS_BRANCH \ + && xcopy /s /q /y /i "binary-artifacts\\win32" \"$(INSTALL_ROOT)$$QTC_PREFIX\" \ + && rmdir /s /q binary-artifacts QMAKE_EXTRA_TARGETS += deployartifacts } }