forked from qt-creator/qt-creator
Win: Don't require interaction with "make deployartifacts"
Change-Id: Ieacef53be501fdddc16c10e9facbb3937cbd37b4 Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
This commit is contained in:
committed by
Daniel Molkentin
parent
f35f55091d
commit
04bc18eaa5
@@ -32,7 +32,7 @@ macx {
|
|||||||
deployqt.commands ~= s,/,\\\\,g
|
deployqt.commands ~= s,/,\\\\,g
|
||||||
deployartifacts.depends = install
|
deployartifacts.depends = install
|
||||||
PLATFORM="windows"
|
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
|
QMAKE_EXTRA_TARGETS += deployartifacts
|
||||||
}
|
}
|
||||||
else:linux-*:PLATFORM="linux-$${QT_ARCH}"
|
else:linux-*:PLATFORM="linux-$${QT_ARCH}"
|
||||||
|
Reference in New Issue
Block a user