From 82573319232c3385c6128c94c097a05545f93ead Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Tue, 10 Mar 2015 10:58:42 +0100 Subject: Replace gitorious by code.qt.io Change-Id: I7926b8e0a7664a28540c86f26b9fa887a422fb16 Reviewed-by: Eike Ziller --- qtcreator.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qtcreator.pro b/qtcreator.pro index cbc959a00d..f43df3032d 100644 --- a/qtcreator.pro +++ b/qtcreator.pro @@ -101,7 +101,7 @@ macx { deployqt.depends = install win32 { deployartifacts.depends = install - deployartifacts.commands = git clone "git://gitorious.org/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 "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 QMAKE_EXTRA_TARGETS += deployartifacts } } -- cgit v1.2.3