mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-17 05:27:26 -04:00
fix windows deploy with QT 5.14+
this is a workaround on QT 5.14+ errors on mingw fixes issue https://github.com/monero-project/monero-gui/issues/3041
This commit is contained in:
committed by
ilie1988
parent
e65159163d
commit
f51b0f6704
@@ -541,7 +541,7 @@ macx {
|
||||
}
|
||||
|
||||
win32 {
|
||||
deploy.commands += windeployqt $$sprintf("%1/%2/%3.exe", $$OUT_PWD, $$DESTDIR, $$TARGET) -release -no-translations -qmldir=$$PWD
|
||||
deploy.commands += windeployqt $$sprintf("%1/%2/%3.exe", $$OUT_PWD, $$DESTDIR, $$TARGET) -no-translations -qmldir=$$PWD
|
||||
# Win64 msys2 deploy settings
|
||||
contains(QMAKE_HOST.arch, x86_64) {
|
||||
deploy.commands += $$escape_expand(\n\t) $$PWD/windeploy_helper.sh $$DESTDIR
|
||||
|
||||
Reference in New Issue
Block a user