summaryrefslogtreecommitdiff
path: root/qtcreator.pro
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@nokia.com>2012-08-28 09:31:59 +0200
committerDaniel Molkentin <daniel.molkentin@nokia.com>2012-08-28 15:13:27 +0200
commit04bc18eaa57b8284ccc2eec7b9d71dc569bcff5e (patch)
tree6447684e60589efeccb55b7728d65c7ac6c7fafc /qtcreator.pro
parentf35f55091d985b1285af8530267de3bd3bcc1073 (diff)
downloadqt-creator-04bc18eaa57b8284ccc2eec7b9d71dc569bcff5e.tar.gz
Win: Don't require interaction with "make deployartifacts"
Change-Id: Ieacef53be501fdddc16c10e9facbb3937cbd37b4 Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.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 84e287a27d..62799e8fd4 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}"