Re: [Interest] [Qt6] QML automatic type registration in a (shared) library

2022-01-18 Thread Alexandru Croitor
Forgot to mention that because all the solutions we've tried don't support all our use cases, the work around is to rely on plugin loading (which would link to the shared lib). Or the volatile trick. ___ Interest mailing list Interest@qt-project.org ht

Re: [Interest] [Qt6] QML automatic type registration in a (shared) library

2022-01-18 Thread Alexandru Croitor
Hi > On 19. Jan 2022, at 06:22, Konstantin Shegunov wrote: > > On that note the CMake people have an open ticket to provide decorating at > link time which should cover such a possible use case in the future[1]. > Whether this gets in, remains to be seen, but from a glance does seem > somewha

Re: [Interest] Qt creator latest version for Qt 5.15.7

2022-01-18 Thread André Pönitz
On Wed, Jan 19, 2022 at 10:14:01AM +0530, Ramakanth Kesireddy wrote: >Hi, >Can you let me know latest Qt creator version compatible with Qt 5.15.7? It is. Andre' ___ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/lis

Re: [Interest] [Qt6] QML automatic type registration in a (shared) library

2022-01-18 Thread Konstantin Shegunov
On Fri, Jan 14, 2022 at 11:58 PM Ulf Hermann wrote: > The way we work around the issue in the generated plugin code is storing > it in a volatile pointer. That's terrible and also not guaranteed to > work, but it works in practice on all compilers we support. If you > figure out a better way, ple

[Interest] Qt creator latest version for Qt 5.15.7

2022-01-18 Thread Ramakanth Kesireddy
Hi, Can you let me know latest Qt creator version compatible with Qt 5.15.7? Best Regards, Ramakanth ___ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest