Hi everyone, On Wed, Jun 8, 2022 at 5:18 PM Fabian Kosmale <[email protected]> wrote: > > What remains to be done: > - There are concerns that mixing Qt versions might lead to an unbounded > memory leak with the current implementation.
I can't find any precedent but if we *really* want then probably we can get the "compiled with" Qt version from QCoreApplication (QCoreApplicationPrivate::app_compile_version). 1. Allocate the resources only if the version >= 6.4.0 2. Probably add a "TODO: remove me" in 6.x.0 (e.g. after the next LTS) _______________________________________________ Development mailing list [email protected] https://lists.qt-project.org/listinfo/development
