Fix Windows MSYS2 build

This commit is contained in:
Ilya Kitaev
2016-10-11 18:58:58 +03:00
parent d9b3f4a4fd
commit 3763c1cf11
2 changed files with 6 additions and 4 deletions

View File

@@ -194,7 +194,7 @@ macx {
}
win32 {
deploy.commands += windeployqt $$sprintf("%1/%2/%3.exe", $$OUT_PWD, $$DESTDIR, $$TARGET) -qmldir=$$PWD
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
}