Qt-builds icon indicating copy to clipboard operation
Qt-builds copied to clipboard

Deployment of a Qt app

Open IlyaBizyaev opened this issue 6 years ago • 0 comments

Hello! :) Reporting a problem that may be either a build problem here or an upstream bug. I built my Qt app with MinGW & MSYS, it works fine. I collected all of its dependencies (dlls) to the executable folder to make a distributable bundle (using a script and winqtdeploy), but the app simply didn't launch (no errors, no output). Took me ages to figure out that the problem was the Qt5Core.dll patched by winqtdeploy. Still don't know what the patch is specifically, but if I replace this dll with the one from mingw64/bin, the app works.

IlyaBizyaev avatar Aug 02 '17 08:08 IlyaBizyaev