On 8/22/22, 10:24 AM, "Interest on behalf of Thiago Macieira"
wrote:
On Monday, 22 August 2022 09:11:29 -03 Michael Jackson wrote:
> For our open source program we create self-contained .tar.gz archives for
> users to download. Currently we use Qt5.15.2 for those archives. After
On 8/23/22 05:00, Thiago Macieira wrote:
Please have them run with QT_DEBUG_PLUGINS=1 and send you the output. There'll
be a line there saying that the plugin failed to load because something
happened. It's probably a missing system library.
Have your users install that if it is the case.
Mic