On 2020-01-14 09:02, Kai Köhne wrote:
From: Development <[email protected]> On Behalf Of Dmitriy 
Purgin
Sent: Tuesday, January 14, 2020 8:46 AM
To: Thiago Macieira <[email protected]>
Cc: Qt development mailing list <[email protected]>
Subject: Re: [Development] Qt 5.14 MinGW debug build doesn't add debug suffix

I've just discovered another side-effect of this change. I've integrated the qdoc.exe 
in a custom toolchain for internal use, and it should be able to run in environments 
> without any Qt installations. So I used to do the windeployqt.exe on it, and it 
always worked until 5.14. Now windeployqt says that the qdoc.exe is a Debug 
executable > (!), and it fails to deploy Qt5Cored.dll for obvious reasons. It 
seems like windeployqt is broken as well.
Can you file a bug about this? I’m still hoping to fix all remaining issues for 
5.14.1 …
https://bugreports.qt.io/browse/QTBUG-80806

If you don't to wait for 5.14.1 then I've patched utils.cpp (see the bug above), you can then rebuild windeployqt so that it works in MinGW 5.14.0 or download the patched .exe it from here: https://tripleboot.org/Uploads/windeployqtreleaseonly.zip (32-bit) or https://tripleboot.org/Uploads/windeployqt64releaseonly.zip (64-bit)
Just drop it in MinGW's bin directory.

_______________________________________________
Development mailing list
[email protected]
https://lists.qt-project.org/listinfo/development

Reply via email to