> This is a problem that IMO can't be solved.

Two options for solving it:

  1. Use [linuxdeployqt](https://github.com/probonopd/linuxdeployqt), 
[macdeployqt](https://doc.qt.io/qt-6/macos-deployment.html), and/or 
[windeployqt](https://doc.qt.io/qt-6/windows-deployment.html). In the case of 
Windows, the generated deployable folder can then be passed to an 
installer-creator such as [Inno Setup](https://jrsoftware.org/isinfo.php), or 
you can just ship a `.zip` of the folder.
  2. Statically link the Qt libraries used by your program so you don't have to 
ship them as files in a bundle.


Reply via email to