From ee70e9d2673ab9ae95a3f42985615be52f4e1a07 Mon Sep 17 00:00:00 2001 From: David Schulz Date: Wed, 26 Jun 2013 09:17:29 +0200 Subject: [PATCH] Checkout correct branch of the binary-artifacts repository. Change-Id: Id54a06a6636588a029de2e2f72d50edcf7ceaaa3 Reviewed-by: Eike Ziller Reviewed-by: Oswald Buddenhagen --- qtcreator.pri | 1 + qtcreator.pro | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/qtcreator.pri b/qtcreator.pri index 224997ee33..0d677fffaf 100644 --- a/qtcreator.pri +++ b/qtcreator.pri @@ -2,6 +2,7 @@ QTCREATOR_PRI_INCLUDED = 1 QTCREATOR_VERSION = 2.7.84 +BINARY_ARTIFACTS_BRANCH = 2.8 isEqual(QT_MAJOR_VERSION, 5) { diff --git a/qtcreator.pro b/qtcreator.pro index 94c15ce4d2..204248c9cd 100644 --- a/qtcreator.pro +++ b/qtcreator.pro @@ -77,7 +77,7 @@ macx { deployqt.depends = install win32 { deployartifacts.depends = install - deployartifacts.commands = git clone "git://gitorious.org/qt-creator/binary-artifacts.git"&& xcopy /s /q /y /i "binary-artifacts\\win32" \"$(INSTALL_ROOT)$$QTC_PREFIX\"&& rmdir /s /q binary-artifacts + 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 QMAKE_EXTRA_TARGETS += deployartifacts } } -- GitLab