aboutsummaryrefslogtreecommitdiffstats
path: root/qtcreator.pro
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2016-12-07 10:46:48 +0200
committerOrgad Shaneh <orgads@gmail.com>2016-12-19 08:09:54 +0000
commit8728fb078ec1ce54f1295c4357b7a516e33e5953 (patch)
tree1415ece5651f82ca32e132b9ed1eacdef170a7da /qtcreator.pro
parent6d33f9d72a326deea9ec00c1f6a4d16967555ab4 (diff)
Project: Clone binary artifacts via http
git port is sometimes blocked by firewalls. Change-Id: I8e53b119ec3401532a9da578b64d112250962f46 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'qtcreator.pro')
-rw-r--r--qtcreator.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/qtcreator.pro b/qtcreator.pro
index 87df2e944c..e103d2b9b9 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
}
}