[Interest] Official linuxdeployqt ?
Marius Kittler
mkittler at suse.de
Mon Aug 8 14:11:42 CEST 2022
Am Freitag, 5. August 2022, 18:16:53 CEST schrieb Scott Bloom:
> Unfortunately both of these solutions (runtime dependencies and static
> build) only solve the staticly bound dynamically loaded DLLs
That's not true. A static Qt build also has plugins in form of static
libraries and you'll have to decide when building/linking your app which
plugins to link against (which is not a big deal). I haven't used
`GET_RUNTIME_DEPENDENCIES` myself but I would assume if you specify all plugin
targets you need as `MODULES` it'll take those dependencies into account as
well.
More information about the Interest
mailing list