summaryrefslogtreecommitdiff
path: root/qtcreator.pro
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@digia.com>2013-06-26 09:17:29 +0200
committerDavid Schulz <david.schulz@digia.com>2013-06-26 16:12:08 +0200
commitee70e9d2673ab9ae95a3f42985615be52f4e1a07 (patch)
tree5cb24e8dc12ec2ece89727d6fc6de90ad9466600 /qtcreator.pro
parent3f98694bf9bd54d8c92d756fe974a7b6f6b65a3c (diff)
downloadqt-creator-ee70e9d2673ab9ae95a3f42985615be52f4e1a07.tar.gz
Checkout correct branch of the binary-artifacts repository.
Change-Id: Id54a06a6636588a029de2e2f72d50edcf7ceaaa3 Reviewed-by: Eike Ziller <eike.ziller@digia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'qtcreator.pro')
-rw-r--r--qtcreator.pro2
1 files changed, 1 insertions, 1 deletions
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
}
}