Replace gitorious by code.qt.io

Change-Id: I7926b8e0a7664a28540c86f26b9fa887a422fb16
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
Kai Koehne
2015-03-10 10:58:42 +01:00
parent 9b68aade38
commit 8257331923

View File

@@ -101,7 +101,7 @@ macx {
deployqt.depends = install deployqt.depends = install
win32 { win32 {
deployartifacts.depends = install 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 QMAKE_EXTRA_TARGETS += deployartifacts
} }
} }