aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qtcreator.pri1
-rw-r--r--qtcreator.pro2
2 files changed, 2 insertions, 1 deletions
diff --git a/qtcreator.pri b/qtcreator.pri
index afd46883dc..13e25dca4d 100644
--- a/qtcreator.pri
+++ b/qtcreator.pri
@@ -2,6 +2,7 @@
QTCREATOR_PRI_INCLUDED = 1
QTCREATOR_VERSION = 2.7.2
+BINARY_ARTIFACTS_BRANCH = 2.7
isEqual(QT_MAJOR_VERSION, 5) {
diff --git a/qtcreator.pro b/qtcreator.pro
index 0836cf0685..84d8a9d91b 100644
--- a/qtcreator.pro
+++ b/qtcreator.pro
@@ -66,7 +66,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
}
}