From 04bc18eaa57b8284ccc2eec7b9d71dc569bcff5e Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Tue, 28 Aug 2012 09:31:59 +0200 Subject: [PATCH] Win: Don't require interaction with "make deployartifacts" Change-Id: Ieacef53be501fdddc16c10e9facbb3937cbd37b4 Reviewed-by: Daniel Molkentin --- qtcreator.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qtcreator.pro b/qtcreator.pro index 84e287a27d9..62799e8fd4b 100644 --- a/qtcreator.pro +++ b/qtcreator.pro @@ -32,7 +32,7 @@ macx { deployqt.commands ~= s,/,\\\\,g deployartifacts.depends = install PLATFORM="windows" - deployartifacts.commands = git clone "git://gitorious.org/qt-creator/binary-artifacts.git"&& xcopy /s /q /y /i "binary-artifacts\\win32" $(INSTALL_ROOT)&& rmdir /s binary-artifacts + deployartifacts.commands = git clone "git://gitorious.org/qt-creator/binary-artifacts.git"&& xcopy /s /q /y /i "binary-artifacts\\win32" $(INSTALL_ROOT)&& rmdir /s /q binary-artifacts QMAKE_EXTRA_TARGETS += deployartifacts } else:linux-*:PLATFORM="linux-$${QT_ARCH}"