Skip to content
Snippets Groups Projects
Commit 04bc18ea authored by Eike Ziller's avatar Eike Ziller Committed by Daniel Molkentin
Browse files

Win: Don't require interaction with "make deployartifacts"


Change-Id: Ieacef53be501fdddc16c10e9facbb3937cbd37b4
Reviewed-by: default avatarDaniel Molkentin <daniel.molkentin@nokia.com>
parent f35f5509
No related branches found
No related tags found
No related merge requests found
......@@ -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}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment