build-win: mingw-x86: windeploy_helper.sh not needed anymore

This commit is contained in:
Ilya Kitaev
2016-10-22 01:10:44 +03:00
parent 0a16d74d1b
commit 538710f21b
2 changed files with 1 additions and 2 deletions

View File

@@ -221,7 +221,6 @@ macx {
win32 {
deploy.commands += windeployqt $$sprintf("%1/%2/%3.exe", $$OUT_PWD, $$DESTDIR, $$TARGET) -release -qmldir=$$PWD
deploy.commands += $$escape_expand(\n\t) $$PWD/windeploy_helper.sh $$DESTDIR
}