aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2015-03-10 10:58:42 +0100
committerKai Koehne <kai.koehne@theqtcompany.com>2015-03-10 10:06:57 +0000
commit82573319232c3385c6128c94c097a05545f93ead (patch)
treed0683f985df002b9e35b30e105edc8c192409a66
parent9b68aade38efa15316c6cf2193e77f9eaa2fd722 (diff)
Replace gitorious by code.qt.io
Change-Id: I7926b8e0a7664a28540c86f26b9fa887a422fb16 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
-rw-r--r--qtcreator.pro2
1 files changed, 1 insertions, 1 deletions
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
}
}